(svn r220) Makefile: enables ENABLE_NETWORK by default if no config file is present

This commit is contained in:
bjarni 2004-09-12 19:07:54 +00:00
parent 54fcdc9cfa
commit 7cb5b1954d
1 changed files with 2 additions and 0 deletions

View File

@ -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