mark uml as broken and add some cleanups (not working yet)

SVN-Revision: 6439
This commit is contained in:
Felix Fietkau
2007-02-28 18:25:14 +00:00
parent fd854cdd2a
commit 2a7df08119
6 changed files with 153 additions and 25 deletions

View File

@@ -33,15 +33,13 @@ define Build/Configure/powerpc
endef
ifneq (,$(findstring uml,$(BOARD)))
KMAKE := $(MAKE) -C $(PKG_BUILD_DIR) \
ARCH=i386 \
CONFIG_SHELL=$(BASH)
else
KMAKE := $(MAKE) -C $(PKG_BUILD_DIR) \
ARCH=$(LINUX_KARCH) \
CONFIG_SHELL=$(BASH)
LINUX_KARCH:=$(ARCH)
endif
KMAKE := $(MAKE) -C $(PKG_BUILD_DIR) \
ARCH=$(LINUX_KARCH) \
CONFIG_SHELL=$(BASH)
define Build/Configure
yes '' | $(KMAKE) oldconfig
$(KMAKE) include/linux/version.h include/asm