summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-02 14:16:03 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-03 16:48:08 -0600
commit00fe03e9b0a9f27c4a9ca99f53c7f9bf7a6c174e (patch)
treec3ea0e36b83333e3d8f3e9af0ff4192a7271a570 /apps/graphics/traveler/Makefile
parentf4f84f430ac698bb783485ee70be770169f45c91 (diff)
downloadnuttx-00fe03e9b0a9f27c4a9ca99f53c7f9bf7a6c174e.tar.gz
nuttx-00fe03e9b0a9f27c4a9ca99f53c7f9bf7a6c174e.tar.bz2
nuttx-00fe03e9b0a9f27c4a9ca99f53c7f9bf7a6c174e.zip
Add two files that were missed in a previous commit
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 71dbabeaf..8008fb487 100644
--- a/apps/graphics/traveler/Makefile
+++ b/apps/graphics/traveler/Makefile
@@ -46,7 +46,7 @@ STACKSIZE = 2048
# Hello, World! Example
ASRCS =
-CSRCS = trv_color.c trv_graphics.c trv_input.c trv_mem.c
+CSRCS = trv_color.c trv_graphics.c trv_input.c trv_mem.c trv_pov.c
MAINSRC = trv_main.c
ifeq ($(CONFIG_NX),y)