aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/sysmobts-calib/Makefile
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-01-16 15:42:48 +0100
committerMax <msuraev@sysmocom.de>2018-01-16 15:53:00 +0100
commitbef6eae05b959b2ce395b3f949675d2a93053f0d (patch)
tree15aba39795584a98bd10b3ff4b0cc1efe649c79c /contrib/sysmobts-calib/Makefile
parent5df57cb84c83546a7c23135845deb8bf615819c1 (diff)
Move sysmobts-calib into osmo-bts-sysmo
It's prerequisite for jenkins tests fix after migration to stow. The sysmobts-calib uses hand-coded Makefile instead of automake which makes it hard to properly propagate build flags. Also, make it optional to enable excluding it from certain jenkins tests. Change-Id: I3b54bfa5ef1d89092f6cf13dc27de10874b31b18
Diffstat (limited to 'contrib/sysmobts-calib/Makefile')
-rw-r--r--contrib/sysmobts-calib/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/contrib/sysmobts-calib/Makefile b/contrib/sysmobts-calib/Makefile
deleted file mode 100644
index a5d4b995..00000000
--- a/contrib/sysmobts-calib/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-CFLAGS=`pkg-config --cflags libosmocore` -Wall -Werror
-LIBS=`pkg-config --libs libosmocore libosmogsm`
-
-all: sysmobts-calib
-
-sysmobts-calib: sysmobts-calib.o sysmobts-layer1.o
- $(CC) $(CPPFLAGS) $(LDFLAGS) -o $@ $^ -lrt $(LIBS)
-
-clean:
- @rm -f sysmobts-calib *.o