fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/30852 )
Change subject: fixup: gsmmap: move this utility to 'layer23/src/misc/' ......................................................................
fixup: gsmmap: move this utility to 'layer23/src/misc/'
Remove non-existing anymore Makefile target 'gsmmap'.
Change-Id: Ia38094cf66ae292b8595b25d87161298fa4312a7 --- M src/Makefile 1 file changed, 1 insertion(+), 16 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve laforge: Looks good to me, but someone else must approve fixeria: Looks good to me, approved
diff --git a/src/Makefile b/src/Makefile index d92acbc..0835a85 100644 --- a/src/Makefile +++ b/src/Makefile @@ -13,7 +13,7 @@
all: libosmocore-target nofirmware firmware mtk-firmware
-nofirmware: layer23 osmocon trxcon gsmmap gprsdecode virtphy +nofirmware: layer23 osmocon trxcon gprsdecode virtphy
libosmocore-target: shared/libosmocore/build-target/src/.libs/libosmocore.a
@@ -71,19 +71,6 @@ make -C host/trxcon
-.PHONY: gsmmap -gsmmap: host/gsmmap/gsmmap - -host/gsmmap/configure: host/gsmmap/configure.ac - cd host/gsmmap && autoreconf -i - -host/gsmmap/Makefile: host/gsmmap/configure - cd host/gsmmap && ./configure $(HOST_CONFARGS) - -host/gsmmap/gsmmap: host/gsmmap/Makefile - make -C host/gsmmap - - .PHONY: layer23 layer23: host/layer23/layer23
@@ -121,7 +108,6 @@ make -C shared/libosmocore/build-target $@ make -C host/layer23 $@ make -C host/osmocon $@ - make -C host/gsmmap $@ make -C host/gprsdecode $@ make -C host/virt_phy $@ make -C host/trxcon $@ @@ -132,7 +118,6 @@ rm -rf shared/libosmocore/build-target make -C host/layer23 $@ make -C host/osmocon $@ - make -C host/gsmmap $@ make -C host/gprsdecode $@ make -C host/virt_phy $@ make -C host/trxcon $@