summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/Makefile.inc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-03-08 11:50:37 +0100
committerHarald Welte <laforge@gnumonks.org>2010-03-08 11:50:37 +0100
commit62f900565c85597b0317be2e89011dcbcdf22d74 (patch)
tree52ed453a9b3de0f2df80adfff686af113c6da894 /src/target/firmware/Makefile.inc
parenta28fea372f8d60733365e52024140d80568d6521 (diff)
disable TX by default again
Diffstat (limited to 'src/target/firmware/Makefile.inc')
-rw-r--r--src/target/firmware/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/Makefile.inc b/src/target/firmware/Makefile.inc
index 3d6930f1..4d3a80b0 100644
--- a/src/target/firmware/Makefile.inc
+++ b/src/target/firmware/Makefile.inc
@@ -20,7 +20,7 @@ CFLAGS += -Os -ffunction-sections
CFLAGS += -g$(DEBUGF)
# Uncomment this line if you want to enable Tx (Transmit) Support.
-CFLAGS += -DCONFIG_TX_ENABLE
+#CFLAGS += -DCONFIG_TX_ENABLE
# some older toolchains don't support this, ignore it for now
#ASFLAGS=-Wa,-adhlns=$(<:.S=.lst),--g$(DEBUGF) $(INCLUDES) -D__ASSEMBLY__