summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/Makefile
diff options
context:
space:
mode:
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)