aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-11-28 14:56:21 +0100
committerAlexander Couzens <lynxis@fe80.eu>2016-11-28 15:16:48 +0100
commitd934be53e96db758da0a2ffec76a1622ee517e63 (patch)
treed293a3111f08f66f07d391bfb188e55884b1ed28
parent1764ae7361619cafab15ed3328981043bf487192 (diff)
Makefile: RBS also use define ENABLE_DIRECT_PHY
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5a9cd3c1..36285619 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -29,6 +29,10 @@ if ENABLE_LC15BTS_PHY
AM_CPPFLAGS += -DENABLE_DIRECT_PHY
endif
+if ENABLE_RBS
+AM_CPPFLAGS += -DENABLE_DIRECT_PHY
+endif
+
AM_CXXFLAGS = -Wall -ldl -pthread
AM_LDFLAGS = -lrt