summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/Makefile.inc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-03-07 16:20:53 +0100
committerHarald Welte <laforge@gnumonks.org>2010-03-07 16:20:53 +0100
commitf5cd361f8ed711c04768228b319aad0e311b94d8 (patch)
tree7f208ac87cfbd0191a75a9510da752727ab2cac3 /src/target/firmware/Makefile.inc
parent98cc91c44ad67d2bdc557e597866102ae40f611a (diff)
actually link against libosmocore for the target
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 a42cca47..0d3b8b34 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__