fix hostap build when target arch != mipsel
SVN-Revision: 2283
This commit is contained in:
parent
dc3a21f48d
commit
c3e51ef17d
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile 1832 2005-09-03 19:27:27Z wbx $
|
# $Id$
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
include ../../rules.mk
|
include ../../rules.mk
|
||||||
|
@ -30,6 +30,7 @@ $(PKG_BUILD_DIR)/.configured:
|
||||||
|
|
||||||
$(PKG_BUILD_DIR)/.built:
|
$(PKG_BUILD_DIR)/.built:
|
||||||
$(MAKE) -C $(KERNEL_DIR)/ \
|
$(MAKE) -C $(KERNEL_DIR)/ \
|
||||||
|
ARCH="$(LINUX_KARCH)" \
|
||||||
SUBDIRS="$(PKG_BUILD_DIR)/driver/modules" \
|
SUBDIRS="$(PKG_BUILD_DIR)/driver/modules" \
|
||||||
modules
|
modules
|
||||||
touch $@
|
touch $@
|
||||||
|
|
Loading…
Reference in a new issue