osmith has uploaded this change for review.

View Change

make: add convenience target cn-bsc-nat

Change-Id: Ia2bdc8df3cbe9de305aba4f7592a2362f3802303
---
M gen_makefile.py
1 file changed, 10 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/50/27450/1
diff --git a/gen_makefile.py b/gen_makefile.py
index a87a289..6527371 100755
--- a/gen_makefile.py
+++ b/gen_makefile.py
@@ -349,6 +349,16 @@
osmo-bsc \
$(NULL)

+.PHONY: cn-bsc-nat
+cn-bsc-nat: \
+ cn \
+ mobile \
+ osmo-bsc \
+ osmo-bsc-nat \
+ osmo-bts \
+ virtphy \
+ $(NULL)
+
.PHONY: usrp
usrp: \
cn-bsc \

To view, visit change 27450. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: Ia2bdc8df3cbe9de305aba4f7592a2362f3802303
Gerrit-Change-Number: 27450
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange