summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-06 13:28:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-06 13:28:52 -0600
commit70004ea9a10d6ec52a8aa6c21f9ee178ec303e05 (patch)
tree44dfa02d92652b409aa3245392f5efc7f39268c4 /apps/graphics/traveler/Makefile
parent0aae446c231bb6382ecbac30505a0166a95a098c (diff)
downloadnuttx-70004ea9a10d6ec52a8aa6c21f9ee178ec303e05.tar.gz
nuttx-70004ea9a10d6ec52a8aa6c21f9ee178ec303e05.tar.bz2
nuttx-70004ea9a10d6ec52a8aa6c21f9ee178ec303e05.zip
Add logic to read bitmap textures from a file
Diffstat (limited to 'apps/graphics/traveler/Makefile')
-rw-r--r--apps/graphics/traveler/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/graphics/traveler/Makefile b/apps/graphics/traveler/Makefile
index 5f66d75f4..6d649c5f4 100644
--- a/apps/graphics/traveler/Makefile
+++ b/apps/graphics/traveler/Makefile
@@ -46,10 +46,11 @@ STACKSIZE = 2048
# Traveler files
ASRCS =
-CSRCS = trv_bitmaps.c trv_color.c trv_createworld.c trv_doors.c
-CSRCS += trv_graphics.c trv_input.c trv_mem.c trv_planefiles.c
-CSRCS += trv_planelists.c trv_pov.c trv_rayavoid.c trv_raycast.c
-CSRCS += trv_raycntl.c trv_rayprune.c trv_rayrend.c trv_trigtbl.c
+CSRCS = trv_bitmapfile.c trv_bitmaps.c trv_color.c trv_createworld.c
+CSRCS += trv_doors.c trv_fsutils.c trv_graphics.c trv_input.c trv_mem.c
+CSRCS += trv_planefiles.c trv_planelists.c trv_pov.c trv_rayavoid.c
+CSRCS += trv_raycast.c trv_raycntl.c trv_rayprune.c trv_rayrend.c
+CSRCS += trv_trigtbl.c
MAINSRC = trv_main.c
ifeq ($(CONFIG_NX),y)