fix uml-2.6 build with 2.6.19.1

SVN-Revision: 5926
This commit is contained in:
Nicolas Thill
2006-12-29 11:09:10 +00:00
parent 21262ab671
commit ca4e275b70
3 changed files with 152 additions and 90 deletions

View File

@@ -31,9 +31,14 @@ define Build/Configure/powerpc
mv $(PKG_BUILD_DIR)/include/asm-powerpc $(PKG_BUILD_DIR)/include/asm-ppc
endef
KMAKE := $(MAKE) -C $(PKG_BUILD_DIR) \
ifneq (,$(findstring uml,$(BOARD)))
KMAKE := $(MAKE) -C $(PKG_BUILD_DIR) \
CONFIG_SHELL=$(BASH)
else
KMAKE := $(MAKE) -C $(PKG_BUILD_DIR) \
ARCH=$(LINUX_KARCH) \
CONFIG_SHELL=$(BASH)
endif
define Build/Configure
yes '' | $(KMAKE) oldconfig