From 7cb5b1954d157e22b76377ad49eda842e895eaf0 Mon Sep 17 00:00:00 2001 From: bjarni Date: Sun, 12 Sep 2004 19:07:54 +0000 Subject: [PATCH] (svn r220) Makefile: enables ENABLE_NETWORK by default if no config file is present --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 1f17649537..b45d09b408 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