summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-01 19:15:16 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-03 16:48:06 -0600
commit543073e801200b129b6ee011cfb677f10cb3f843 (patch)
treeadaf254a11f3197ed90e4334321d242421dad8b6 /apps/graphics/traveler/Makefile
parent30f24f48a97a475b7aa7b37e4d09e5b2da3485ec (diff)
downloadnuttx-543073e801200b129b6ee011cfb677f10cb3f843.tar.gz
nuttx-543073e801200b129b6ee011cfb677f10cb3f843.tar.bz2
nuttx-543073e801200b129b6ee011cfb677f10cb3f843.zip
Add framework for joystick input
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 c1e115986..71dbabeaf 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_mem.c
+CSRCS = trv_color.c trv_graphics.c trv_input.c trv_mem.c
MAINSRC = trv_main.c
ifeq ($(CONFIG_NX),y)