summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorSebastian Stumpf <sebastian.stumpf87@googlemail.com>2017-02-06 14:14:31 +0100
committerHarald Welte <laforge@gnumonks.org>2017-07-12 23:26:26 +0200
commit2e265c897a7a1d099c08807f0587dfbfc83f260d (patch)
treeee09836ac1fd18fb1c35279195a0fe1f570e6f4b /src/Makefile
parentfa2ce6396fae18ded5bb9620b4ab761ab417c4ba (diff)
VIRT-PHY: Cleanup dirs, makefile, dependencies and formatting code.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index e83175c4..f5e2128e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -47,8 +47,7 @@ host/osmocon/osmocon: host/osmocon/Makefile
make -C host/osmocon
.PHONY: virtphy
-virtphy: host/virt_phy/Makefile
- cd host/virt_phy && make
+virtphy: host/virt_phy/virtphy
host/virt_phy/configure: host/virt_phy/configure.ac
cd host/virt_phy && autoreconf -i
@@ -56,6 +55,9 @@ host/virt_phy/configure: host/virt_phy/configure.ac
host/virt_phy/Makefile: host/virt_phy/configure
cd host/virt_phy && ./configure $(HOST_CONFARGS)
+host/virt_phy/virtphy: host/virt_phy/Makefile
+ make -C host/virt_phy
+
.PHONY: gsmmap
gsmmap: host/gsmmap/gsmmap