summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-06 12:00:25 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-06 12:00:25 -0600
commit0aae446c231bb6382ecbac30505a0166a95a098c (patch)
treec6d40e701d8ca608c93827fac9f7ece9eb3ef2d0 /apps/graphics/traveler/Makefile
parentcdb12002bb2b78ef1458509921475448c9ff92a3 (diff)
downloadnuttx-0aae446c231bb6382ecbac30505a0166a95a098c.tar.gz
nuttx-0aae446c231bb6382ecbac30505a0166a95a098c.tar.bz2
nuttx-0aae446c231bb6382ecbac30505a0166a95a098c.zip
Add more plan management logic
Diffstat (limited to 'apps/graphics/traveler/Makefile')
-rw-r--r--apps/graphics/traveler/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/graphics/traveler/Makefile b/apps/graphics/traveler/Makefile
index 91840fed2..5f66d75f4 100644
--- a/apps/graphics/traveler/Makefile
+++ b/apps/graphics/traveler/Makefile
@@ -47,8 +47,8 @@ STACKSIZE = 2048
ASRCS =
CSRCS = trv_bitmaps.c trv_color.c trv_createworld.c trv_doors.c
-CSRCS += trv_graphics.c trv_input.c trv_loadplanes.c trv_mem.c
-CSRCS += trv_plane.c trv_pov.c trv_rayavoid.c trv_raycast.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
MAINSRC = trv_main.c