Gegnerspawning an Checkpoints richtig.
[hackover2013-badge-firmware.git] / Makefile
index cfb6e30..9d1938d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ DEBUGBUILD = FALSE
 # IDE Flags (Keeps various IDEs happy)\r
 ##########################################################################\r
 \r
+#OPTDEFINES = -D __NEWLIB__ -DR0KET\r
 OPTDEFINES = -D __NEWLIB__ -DHOB_REV2\r
 ##########################################################################\r
 # Project-specific files \r
@@ -40,6 +41,7 @@ SRCS = \
   badge/jumpnrun/tiles.c \\r
   badge/ui/display.c \\r
   badge/ui/event.c \\r
+  badge/ui/font.c \\r
   badge/ui/sprite.c\r
 \r
 SRCS += \\r
@@ -47,6 +49,9 @@ SRCS += \
   dataflash/diskio.c \\r
   dataflash/at45db041d.c\r
 \r
+SRCS += \\r
+  funk/nrf24l01p.c\r
+\r
 SRCS += \\r
   project/commands.c\r
 \r
This page took 0.022913 seconds and 4 git commands to generate.