mark uml as broken and add some cleanups (not working yet)
SVN-Revision: 6439
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user