summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-05 13:02:44 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-05 13:02:44 -0600
commite340b784cc39934935a5267a91f34e7443f2d21c (patch)
tree1173a46159a13e0373a95151c8447bdc6a7f8eff /apps/graphics/traveler/Makefile
parentaf493a338db96e3150ab8c2923fc9dbeb025a04d (diff)
downloadnuttx-e340b784cc39934935a5267a91f34e7443f2d21c.tar.gz
nuttx-e340b784cc39934935a5267a91f34e7443f2d21c.tar.bz2
nuttx-e340b784cc39934935a5267a91f34e7443f2d21c.zip
Add third of several ray cast/rendering files
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 6ee55d14c..9fe4d5b34 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_doors.c trv_graphics.c trv_input.c
-CSRCS += trv_mem.c trv_plane.c trv_pov.c trv_rayavoid.c trv_rayrend.c
-CSRCS += trv_trigtbl.c
+CSRCS += trv_mem.c trv_plane.c trv_pov.c trv_rayavoid.c trv_raycntl.c
+CSRCS += trv_rayrend.c trv_trigtbl.c
MAINSRC = trv_main.c
ifeq ($(CONFIG_NX),y)