summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/Makefile.inc
diff options
context:
space:
mode:
authorAndreas Eversberg2010-04-29 20:46:11 +0200
committerAndreas Eversberg2010-04-29 20:46:11 +0200
commit516917e83645fad3b72623817c01190cc773e0e6 (patch)
treea3391e353870f55af763289b750baf0be7442e29 /src/target/firmware/Makefile.inc
parentAdded some debugging. / Minor condition fix. (diff)
downloadosmocom-516917e83645fad3b72623817c01190cc773e0e6.tar.gz
osmocom-516917e83645fad3b72623817c01190cc773e0e6.tar.xz
osmocom-516917e83645fad3b72623817c01190cc773e0e6.zip
Fixes and improvements of layer23.
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 7f91fb1..91b3b00 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__