Fix ixp compilation errors (#1003)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5771 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2006-12-12 13:32:47 +00:00
parent 31a9f4707c
commit fdd327e401
1 changed files with 1 additions and 0 deletions

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