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/graphics/Make.defs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/graphics/Make.defs') diff --git a/apps/graphics/Make.defs b/apps/graphics/Make.defs index f17d36367..96153a6b5 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 -- cgit v1.2.3