make: add convenience target cn-bsc-nat

Change-Id: Ia2bdc8df3cbe9de305aba4f7592a2362f3802303
This commit is contained in:
Oliver Smith 2022-02-23 13:06:26 +01:00
parent 0d9bacc91f
commit 5452c6e901
1 changed files with 10 additions and 0 deletions

View File

@ -349,6 +349,16 @@ cn-bsc: \
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 \