fix rt2x00 build

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8476 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Nicolas Thill 2007-08-24 11:22:57 +00:00
parent ef1f09ec8e
commit 6fdd166a4e
1 changed files with 4 additions and 1 deletions

View File

@ -113,7 +113,10 @@ define Build/Prepare
endef
define Build/Compile
$(MAKE) -C "$(PKG_BUILD_DIR)" config_header
$(MAKE) -C "$(PKG_BUILD_DIR)" \
KERNDIR="$(LINUX_DIR)" \
config_header
$(MAKE) -C "$(LINUX_DIR)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
ARCH="$(LINUX_KARCH)" V="$(V)" \