another build fix for ppc
SVN-Revision: 5682
This commit is contained in:
parent
f2d5f3adbd
commit
040bb4800e
1 changed files with 5 additions and 0 deletions
|
@ -25,11 +25,16 @@ define Build/Prepare
|
||||||
ln -sf $(PKG_BUILD_DIR) $(LINUX_HEADERS_DIR)
|
ln -sf $(PKG_BUILD_DIR) $(LINUX_HEADERS_DIR)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Build/Configure/powerpc
|
||||||
|
$(CP) $(PKG_BUILD_DIR)/include/asm-powerpc/* $(PKG_BUILD_DIR)/include/asm-ppc/
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
yes '' | $(MAKE) -C $(PKG_BUILD_DIR) \
|
yes '' | $(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
ARCH=$(LINUX_KARCH) \
|
ARCH=$(LINUX_KARCH) \
|
||||||
CONFIG_SHELL=$(BASH) \
|
CONFIG_SHELL=$(BASH) \
|
||||||
oldconfig include/linux/version.h include/asm
|
oldconfig include/linux/version.h include/asm
|
||||||
|
$(call Build/Configure/$(ARCH))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
|
Loading…
Reference in a new issue