From aa6acd09ef4900ece87a4d5e0fde449ba7bdb8e2 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 21 Mar 2011 21:59:35 +0000 Subject: Prep for 6.0 release git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3408 42af7a65-404d-4744-a932-0658087f49c3 --- apps/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'apps/Makefile') diff --git a/apps/Makefile b/apps/Makefile index be7b9f6be..5c4e8dc09 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -52,8 +52,6 @@ SUBDIRS = nuttapp nshlib netutils examples vsn BUILTIN_APPS_BUILT = nuttapp/.built_always BUILTIN_APPS_DIR = nuttapp -ifeq ($(CONFIG_BUILTIN_APPS),y) - # CONFIGURED_APPS is the list of all configured built-in directories/built action # It is created by the configured appconfig file (a copy of which appears in this # directoy as .config) @@ -86,10 +84,6 @@ $(foreach BUILTIN, $(CONFIGURED_APPS), $(eval $(call ADD_AVAILABLE,$(BUILTIN)))) $(foreach APP, $(AVAILABLE_APPS), $(eval $(call BUILTIN_ADD_APP,$(APP)))) $(foreach BUILT, $(AVAILABLE_APPS), $(eval $(call BUILTIN_ADD_BUILT,$(BUILT)))) -# end of application list - -endif - # The final build target BIN = libapps$(LIBEXT) -- cgit v1.2.3