fix rt2x00 build
SVN-Revision: 8476
This commit is contained in:
parent
b176f181a1
commit
fa3d3f6022
1 changed files with 4 additions and 1 deletions
|
@ -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)" \
|
||||
|
|
Loading…
Reference in a new issue