vanity-convert: add Makefile
[hackover2013-badge-firmware.git] / Makefile
index 08e6f70..97eda7a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ SRAM = 8K
 # For USB HID support the LPC134x reserves 384 bytes from the sram,\r
 # if you don't want to use the USB features, just use 0 here.\r
 SRAM_USB = 384\r
+#SRAM_USB = 0\r
 \r
 ##########################################################################\r
 # Debug settings\r
@@ -24,14 +25,16 @@ DEBUGBUILD = FALSE
 # IDE Flags (Keeps various IDEs happy)\r
 ##########################################################################\r
 \r
-#OPTDEFINES = -D __NEWLIB__ -DR0KET\r
-OPTDEFINES = -D __NEWLIB__ -DHOB_REV2\r
+OPTDEFINES = -D__NEWLIB__\r
+#OPTDEFINES += -DR0KET\r
+#OPTDEFINES += -DUSBONLY\r
 ##########################################################################\r
 # Project-specific files \r
 ##########################################################################\r
 \r
 SRCS = \\r
   badge/fahrplan.c \\r
+  badge/backlight.c \\r
   badge/init.c \\r
   badge/main.c \\r
   badge/jumpnrun/collision.c \\r
This page took 0.026029 seconds and 4 git commands to generate.