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

pull/155/head
bjarni 20 years ago
parent 54fcdc9cfa
commit 7cb5b1954d

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

Loading…
Cancel
Save