From c921d802cf0afe28a574157c1a66c1aebf280d3d Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 14 Aug 2012 15:45:53 +0000 Subject: Fixes to apps/*/Make.defs files needed for auto-configuration build git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5027 42af7a65-404d-4744-a932-0658087f49c3 --- apps/system/Make.defs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/system') diff --git a/apps/system/Make.defs b/apps/system/Make.defs index 1ddabd337..e72f56ef5 100644 --- a/apps/system/Make.defs +++ b/apps/system/Make.defs @@ -34,18 +34,18 @@ # ############################################################################ -if ($(CONFIG_VSN_POWEROFF),y) +ifeq ($(CONFIG_VSN_POWEROFF),y) CONFIGURED_APPS += vsn/poweroff endif -if ($(CONFIG_VSN_RAMTRON),y) +ifeq ($(CONFIG_VSN_RAMTRON),y) CONFIGURED_APPS += vsn/ramtron endif -if ($(CONFIG_VSN_SDCARD),y) +ifeq ($(CONFIG_VSN_SDCARD),y) CONFIGURED_APPS += vsn/sdcard endif -if ($(CONFIG_VSN_SYSINFO),y) +ifeq ($(CONFIG_VSN_SYSINFO),y) CONFIGURED_APPS += vsn/sysinfo endif -- cgit v1.2.3