1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-17 12:43:56 +02:00

another build fix for ppc

SVN-Revision: 5682
This commit is contained in:
Felix Fietkau 2006-11-30 18:18:45 +00:00
parent f2d5f3adbd
commit 040bb4800e

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