summaryrefslogtreecommitdiff
path: root/apps/Make.defs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-06 12:21:14 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-06 12:21:14 -0600
commita834bce3649ac87c9ac969264824f47e8f6a1cb7 (patch)
treedb64940d45b618849ce07b109ce953eeeb511e66 /apps/Make.defs
parent2d9b0690685d838c7bab5354d71121e1671ec48e (diff)
downloadnuttx-a834bce3649ac87c9ac969264824f47e8f6a1cb7.tar.gz
nuttx-a834bce3649ac87c9ac969264824f47e8f6a1cb7.tar.bz2
nuttx-a834bce3649ac87c9ac969264824f47e8f6a1cb7.zip
Removed all support for the legacy configuration mechanism from the apps/ directory
Diffstat (limited to 'apps/Make.defs')
-rw-r--r--apps/Make.defs4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/Make.defs b/apps/Make.defs
index bdc36e748..77007503b 100644
--- a/apps/Make.defs
+++ b/apps/Make.defs
@@ -36,11 +36,7 @@
BUILTIN_REGISTRY = $(APPDIR)$(DELIM)builtin$(DELIM)registry
-ifeq ($(CONFIG_NUTTX_NEWCONFIG),y)
DEPCONFIG = $(TOPDIR)$(DELIM).config
-else
-DEPCONFIG = $(TOPDIR)$(DELIM).config $(APPDIR)$(DELIM).config
-endif
ifeq ($(CONFIG_WINDOWS_NATIVE),y)
define REGISTER