Added CROSS_COMPILE_ENABLED variable to config.in. Changed the default file name in the default_config file of Makefile to be a file in the top-level directory of the linux-wlan package.
This commit is contained in:
parent
d2cb59a429
commit
a0b40c4261
2
Makefile
2
Makefile
|
@ -69,7 +69,7 @@ install:
|
|||
default_config:
|
||||
@touch config.mk config.new
|
||||
@rm -f config.mk config.new
|
||||
@./Configure -d ../config.all
|
||||
@./Configure -d ./default.config
|
||||
|
||||
config:
|
||||
@touch config.mk
|
||||
|
|
Loading…
Reference in a new issue