Don't ignore apps list in config line
[goodfet] / firmware / config.mk
index 2cf09bd..1461c25 100644 (file)
@@ -111,6 +111,6 @@ CONFIG_ps2        ?= n
 CONFIG_slc2       ?= n
 
 #The CONFIG_foo vars are only interpreted if $(config) is unset.
-ifeq ($(config),undef)
-config := $(foreach app,$(AVAILABLE_APPS),$(if $(findstring $(CONFIG_$(app)),y yes t true Y YES T TRUE),$(app)))
-endif
+#ifeq ($(config),undef)
+config += $(foreach app,$(AVAILABLE_APPS),$(if $(findstring $(CONFIG_$(app)),y yes t true Y YES T TRUE),$(app)))
+#endif