aboutsummaryrefslogtreecommitdiff
path: root/apps/interpreters
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-14 15:45:53 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-14 15:45:53 +0000
commit3cc812dbad530e36360a992da9bc4533c016d98d (patch)
tree49d4d2f2b88c05d3079202a8564f9533265e1937 /apps/interpreters
parentaa09e054326770824994f0ee7bb07d3155484337 (diff)
downloadpx4-firmware-3cc812dbad530e36360a992da9bc4533c016d98d.tar.gz
px4-firmware-3cc812dbad530e36360a992da9bc4533c016d98d.tar.bz2
px4-firmware-3cc812dbad530e36360a992da9bc4533c016d98d.zip
Fixes to apps/*/Make.defs files needed for auto-configuration build
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5027 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps/interpreters')
-rw-r--r--apps/interpreters/Make.defs4
1 files changed, 2 insertions, 2 deletions
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