summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/Makefile
diff options
context:
space:
mode:
authorIngo Albrecht <prom@berlin.ccc.de>2010-07-19 09:09:24 +0200
committerIngo Albrecht <prom@berlin.ccc.de>2010-07-20 14:41:21 +0200
commit05863eef93dd02a751ad2b0008a353084288db14 (patch)
tree5f5af41e70cb0fd305a8a3c0ec4d9afc9b4f1122 /src/target/firmware/Makefile
parentbc65d6905dd9182c66c36f6a57d9533f9dd84aed (diff)
firmware: moved dead-brain-flags to primary makefile
Diffstat (limited to 'src/target/firmware/Makefile')
-rw-r--r--src/target/firmware/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/target/firmware/Makefile b/src/target/firmware/Makefile
index 4d22943d..ea691070 100644
--- a/src/target/firmware/Makefile
+++ b/src/target/firmware/Makefile
@@ -69,3 +69,12 @@ ANY_APP_LIBS+=calypso/libcalypso.a layer1/liblayer1.a lib/libmini.a comm/libcomm
# Include rules
-include Makefile.inc
+
+# Uncomment this line if you want to enable Tx (Transmit) Support.
+#CFLAGS += -DCONFIG_TX_ENABLE
+
+# Uncomment this line if you want to write to flash.
+#CFLAGS += -DCONFIG_FLASH_WRITE
+
+# Uncomment this line if you want to write to flash, including the bootloader.
+#CFLAGS += -DCONFIG_FLASH_WRITE_LOADER