aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/uml-2.6/Makefile
blob: 33bf8060fef7806235de104d10c87642ce34079b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk

ARCH:=i386
BOARD:=uml
BOARDNAME:=User Mode Linux

include $(INCLUDE_DIR)/kernel-build.mk
$(eval $(call BuildKernel))