summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-01 17:06:27 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-03 16:48:06 -0600
commit30f24f48a97a475b7aa7b37e4d09e5b2da3485ec (patch)
tree3be4713a615690635acf352acb432301a8771a7e /apps/graphics/traveler/Makefile
parent64e0b29eafd429b21483153af871d2bf4a618e17 (diff)
downloadnuttx-30f24f48a97a475b7aa7b37e4d09e5b2da3485ec.tar.gz
nuttx-30f24f48a97a475b7aa7b37e4d09e5b2da3485ec.tar.bz2
nuttx-30f24f48a97a475b7aa7b37e4d09e5b2da3485ec.zip
Add color initilization logi
Diffstat (limited to 'apps/graphics/traveler/Makefile')
-rw-r--r--apps/graphics/traveler/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/graphics/traveler/Makefile b/apps/graphics/traveler/Makefile
index e04bf51c3..c1e115986 100644
--- a/apps/graphics/traveler/Makefile
+++ b/apps/graphics/traveler/Makefile
@@ -46,7 +46,7 @@ STACKSIZE = 2048
# Hello, World! Example
ASRCS =
-CSRCS = trv_mem.c trv_graphics.c
+CSRCS = trv_color.c trv_graphics.c trv_mem.c
MAINSRC = trv_main.c
ifeq ($(CONFIG_NX),y)