summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/Makefile.inc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-04-29 22:06:54 +0200
committerHarald Welte <laforge@gnumonks.org>2010-04-29 22:06:54 +0200
commitcb6c26d54e441aeae40ce2337a8d71e1619b21eb (patch)
tree4bc657f804abe62112fcfba41d3b85806f679c8d /src/target/firmware/Makefile.inc
parent4dd620d736c9c7ff97e4e65e34bafc5f650ea1c4 (diff)
don't enable TX by default!!!
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 91b3b003..7f91fb18 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__