summaryrefslogtreecommitdiffstats
path: root/apps/graphics
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
commit1dbf5d6093e7058ee8bda9d8e97349ce6441b375 (patch)
tree49d4d2f2b88c05d3079202a8564f9533265e1937 /apps/graphics
parent1d0aef85bdec92dbb10e23f39ed85761c48873cb (diff)
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/graphics')
-rw-r--r--apps/graphics/Make.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/graphics/Make.defs b/apps/graphics/Make.defs
index f17d36367b..96153a6b5b 100644
--- a/apps/graphics/Make.defs
+++ b/apps/graphics/Make.defs
@@ -1,5 +1,5 @@
############################################################################
-# apps/graaphics/Make.defs
+# apps/graphics/Make.defs
# Adds selected applications to apps/ build
#
# Copyright (C) 2012 Gregory Nutt. All rights reserved.
@@ -34,7 +34,7 @@
#
############################################################################
-if ($(CONFIG_TIFF),y)
+ifeq ($(CONFIG_TIFF),y)
CONFIGURED_APPS += graphics/tiff
endif