2 # Copyright (C) 2006 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR
)/rules.mk
8 include $(INCLUDE_DIR
)/host.mk
10 # UML only makes sense on linux
11 ifeq ($(HOST_OS
),Linux
)
13 ARCH
:=$(shell uname
-m | sed \
14 -e
's/i[3-9]86/i386/' \
22 BOARDNAME
:=User Mode Linux
24 LINUX_CONFIG
:=$(CURDIR
)/config
/$(ARCH
)
26 LINUX_VERSION
:=2.6.22.1
28 include $(INCLUDE_DIR
)/kernel-build.mk
30 # include the profiles
31 -include profiles
/*.mk
35 $(eval
$(call BuildKernel
))
This page took 0.046907 seconds and 5 git commands to generate.