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 @@ 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 \