UML target completed. Added ext2 target fs for use with uml images

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4178 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Gerry Rozema
2006-07-20 21:06:47 +00:00
parent ae823241fe
commit 42fb2160c4
8 changed files with 61 additions and 15 deletions

View File

@@ -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)