From 186787ea88ef042b344e1a451531fa32258c5025 Mon Sep 17 00:00:00 2001 From: Gerry Rozema Date: Thu, 20 Jul 2006 21:06:47 +0000 Subject: UML target completed. Added ext2 target fs for use with uml images SVN-Revision: 4178 --- openwrt/include/kernel.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openwrt/include/kernel.mk') diff --git a/openwrt/include/kernel.mk b/openwrt/include/kernel.mk index 2c5d093..318ca68 100644 --- a/openwrt/include/kernel.mk +++ b/openwrt/include/kernel.mk @@ -28,6 +28,11 @@ LINUX_KARCH:=$(shell echo $(ARCH) | sed -e 's/i[3-9]86/i386/' \ -e 's/armeb/arm/' \ ) +ifneq (,$(findstring uml,$(BOARD))) +LINUX_KARCH="um" +KERNEL_CROSS= +endif + KERNEL_BUILD_DIR:=$(BUILD_DIR)/linux-$(KERNEL)-$(BOARD) LINUX_DIR := $(KERNEL_BUILD_DIR)/linux-$(LINUX_VERSION) -- cgit v1.1