1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-26 22:21:07 +02:00

Fix ixp compilation errors (#1003)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5771 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2006-12-12 13:32:47 +00:00
parent c3319b5b6f
commit 00d9d408c8

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