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/interpreters/Make.defs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/interpreters') diff --git a/apps/interpreters/Make.defs b/apps/interpreters/Make.defs index 36ee7004d..2fc4b26d4 100644 --- a/apps/interpreters/Make.defs +++ b/apps/interpreters/Make.defs @@ -34,10 +34,10 @@ # ############################################################################ -if ($(CONFIG_PCODE),y) +ifeq ($(CONFIG_PCODE),y) CONFIGURED_APPS += interpreters/pcode endif -if ($(CONFIG_FICL),y) +ifeq ($(CONFIG_FICL),y) CONFIGURED_APPS += interpreters/ficl endif -- cgit v1.2.3