Skip to content
Snippets Groups Projects
Commit bd5219bc authored by patacongo's avatar patacongo
Browse files

Fix scrambled Kconfig Make.defs files

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5087 42af7a65-404d-4744-a932-0658087f49c3
parent 853ac27a
No related branches found
No related tags found
No related merge requests found
...@@ -34,18 +34,18 @@ ...@@ -34,18 +34,18 @@
# #
############################################################################ ############################################################################
ifeq ($(CONFIG_VSN_POWEROFF),y) ifeq ($(CONFIG_SYSTEM_FREE),y)
CONFIGURED_APPS += vsn/poweroff CONFIGURED_APPS += system/free
endif endif
ifeq ($(CONFIG_VSN_RAMTRON),y) ifeq ($(CONFIG_SYSTEM_I2CTOOL),y)
CONFIGURED_APPS += vsn/ramtron CONFIGURED_APPS += system/i2c
endif endif
ifeq ($(CONFIG_VSN_SDCARD),y) ifeq ($(CONFIG_SYSTEM_INSTALL),y)
CONFIGURED_APPS += vsn/sdcard CONFIGURED_APPS += system/install
endif endif
ifeq ($(CONFIG_VSN_SYSINFO),y) ifeq ($(CONFIG_SYSTEM_READLINE),y)
CONFIGURED_APPS += vsn/sysinfo CONFIGURED_APPS += system/readline
endif endif
############################################################################ ############################################################################
# apps/namedapps/Make.defs # apps/vsn/Make.defs
# Adds selected applications to apps/ build # Adds selected applications to apps/ build
# #
# Copyright (C) 2012 Gregory Nutt. All rights reserved. # Copyright (C) 2012 Gregory Nutt. All rights reserved.
...@@ -34,7 +34,18 @@ ...@@ -34,7 +34,18 @@
# #
############################################################################ ############################################################################
ifeq ($(CONFIG_NAMEDAPP),y) ifeq ($(CONFIG_VSN_POWEROFF),y)
CONFIGURED_APPS += namedapp CONFIGURED_APPS += vsn/poweroff
endif endif
ifeq ($(CONFIG_VSN_RAMTRON),y)
CONFIGURED_APPS += vsn/ramtron
endif
ifeq ($(CONFIG_VSN_SDCARD),y)
CONFIGURED_APPS += vsn/sdcard
endif
ifeq ($(CONFIG_VSN_SYSINFO),y)
CONFIGURED_APPS += vsn/sysinfo
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment