1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 16:43:09 +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:
nbd 2006-11-30 18:18:45 +00:00
parent a3d55eef30
commit 4666edad51

View File

@ -25,11 +25,16 @@ define Build/Prepare
ln -sf $(PKG_BUILD_DIR) $(LINUX_HEADERS_DIR)
endef
define Build/Configure/powerpc
$(CP) $(PKG_BUILD_DIR)/include/asm-powerpc/* $(PKG_BUILD_DIR)/include/asm-ppc/
endef
define Build/Configure
yes '' | $(MAKE) -C $(PKG_BUILD_DIR) \
ARCH=$(LINUX_KARCH) \
CONFIG_SHELL=$(BASH) \
oldconfig include/linux/version.h include/asm
$(call Build/Configure/$(ARCH))
endef
define Build/Compile