From a0b40c42610f5c8344b0cdbc12777c2b8ac4a25f Mon Sep 17 00:00:00 2001 From: joellen Date: Wed, 5 Jul 2000 05:20:42 +0000 Subject: [PATCH] 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. --- Makefile | 2 +- config.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0ee000b..abf927b 100644 --- a/Makefile +++ b/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 diff --git a/config.in b/config.in index 9961caa..7483a50 100644 --- a/config.in +++ b/config.in @@ -10,5 +10,6 @@ SYSV_INIT=y INSTALL_DEPMOD=y WLAN_INSTALL_TYPE=sta WLAN_DEBUG=n +CROSS_COMPILE_ENABLED=n CROSS_COMPILE= HOST_COMPILE=