summaryrefslogtreecommitdiff
path: root/apps/graphics/tiff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/graphics/tiff/Makefile')
-rw-r--r--apps/graphics/tiff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/graphics/tiff/Makefile b/apps/graphics/tiff/Makefile
index 9fc762c9c..617717c65 100644
--- a/apps/graphics/tiff/Makefile
+++ b/apps/graphics/tiff/Makefile
@@ -37,10 +37,10 @@
-include $(TOPDIR)/Make.defs
include $(APPDIR)/Make.defs
-# NuttX NX Graphics Example.
+# NuttX TIFF Creation Tool
ASRCS =
-CSRCS = tiff_addstrip.c tiff_finalize.c tiff_initialize.c tiff_utils.c
+CSRCS = tiff_addstrip.c tiff_finalize.c tiff_initialize.c tiff_utils.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))