osmith has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-dev/+/27447 )


Change subject: make: add support for "virtphy" from osmocom-bb
......................................................................

make: add support for "virtphy" from osmocom-bb

Change-Id: Id4e7a9d948332c03d56e2637badeef78c78e5aa7
---
M all.deps
M gen_makefile.py
2 files changed, 12 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/47/27447/1

diff --git a/all.deps b/all.deps
index 85b8d34..75c2b96 100644
--- a/all.deps
+++ b/all.deps
@@ -34,3 +34,4 @@

 # configure.ac not in topdir of repository
 osmocom-bb_layer23     libosmocore
+osmocom-bb_virtphy     libosmocore
diff --git a/gen_makefile.py b/gen_makefile.py
index d574565..a87a289 100755
--- a/gen_makefile.py
+++ b/gen_makefile.py
@@ -163,6 +163,14 @@
        touch $@
   '''

+  if proj == "osmocom-bb_virtphy":
+    return f'''
+.make.{proj}.clone: .make.osmocom-bb.clone
+       @echo -e "\\n\\n\\n===== $@\\n"
+       test -L {src_proj} || ln -s osmocom-bb/src/host/virt_phy {src_proj}
+       touch $@
+  '''
+
   return f'''
 .make.{proj}.clone:
        @echo -e "\\n\\n\\n===== $@\\n"
@@ -354,6 +362,9 @@
 .PHONY: mobile
 mobile: osmocom-bb_layer23

+.PHONY: virtphy
+virtphy: osmocom-bb_virtphy
+
 #
 # Other convenience targets
 #

--
To view, visit https://gerrit.osmocom.org/c/osmo-dev/+/27447
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: Id4e7a9d948332c03d56e2637badeef78c78e5aa7
Gerrit-Change-Number: 27447
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-MessageType: newchange

Reply via email to