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

View file

@ -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)" \