1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 16:11:18 +02:00

Fix ixp compilation errors (#1003)

SVN-Revision: 5771
This commit is contained in:
Florian Fainelli 2006-12-12 13:32:47 +00:00
parent 035356c411
commit c39681419e

@ -38,6 +38,7 @@ endef
define Build/Compile
$(MAKE) -C "$(PKG_BUILD_DIR)/Module" \
CC="$(TARGET_CC)" \
LD="$(TARGET_CROSS)ld" \
ARCH="$(LINUX_KARCH)" \
PWD="$(PKG_BUILD_DIR)/Module" \
KERNDIR="$(LINUX_DIR)" \