From 7cb5b1954d157e22b76377ad49eda842e895eaf0 Mon Sep 17 00:00:00 2001 From: bjarni Date: Sun, 12 Sep 2004 19:07:54 +0000 Subject: (svn r220) Makefile: enables ENABLE_NETWORK by default if no config file is present --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1f1764953..b45d09b40 100644 --- a/Makefile +++ b/Makefile @@ -125,7 +125,9 @@ else endif endif +# this is used if there aren't any makefile.config ifndef CONFIG_INCLUDED +ENABLE_NETWORK:=1 # sets network on by default if there aren't any config file -include $(LIB_DETECTION) endif -- cgit v1.2.3-54-g00ecf