aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/sysmobts-calib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/sysmobts-calib/Makefile')
-rw-r--r--contrib/sysmobts-calib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sysmobts-calib/Makefile b/contrib/sysmobts-calib/Makefile
index 9f16aee0..a5d4b995 100644
--- a/contrib/sysmobts-calib/Makefile
+++ b/contrib/sysmobts-calib/Makefile
@@ -4,7 +4,7 @@ LIBS=`pkg-config --libs libosmocore libosmogsm`
all: sysmobts-calib
sysmobts-calib: sysmobts-calib.o sysmobts-layer1.o
- $(CC) $(CPPFLAGS) -o $@ $^ -lrt $(LIBS)
+ $(CC) $(CPPFLAGS) $(LDFLAGS) -o $@ $^ -lrt $(LIBS)
clean:
@rm -f sysmobts-calib *.o