mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-20 07:34:42 +02:00
another build fix for ppc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5682 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a3d55eef30
commit
4666edad51
@ -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…
x
Reference in New Issue
Block a user