summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-01-24 00:35:48 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-01-24 00:35:48 +0000
commit4db7dae955855ac06e287eca94b90690e3dd60fc (patch)
tree62ceaf2448ff3702339684398d82d991c8fd3bc6 /Makefile
parent1d8f9e7e5393d5cfd77b2f81f85c1ae88d5583c2 (diff)
If the xpp pieces get built, install the userspace utilities as well.
(issue #8894) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1943 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c8c5356..d4fe552 100644
--- a/Makefile
+++ b/Makefile
@@ -315,7 +315,12 @@ b410p:
tar -zxf mISDNuser.tar.gz
$(MAKE) -C mISDNuser install
-install: all devices firmware
+xpp-install: FORCE
+ifneq (,$(findstring xpp,$(obj-m)))
+ @$(MAKE) -C xpp/utils install
+endif
+
+install: all devices firmware xpp-install
install -D -m 755 ztcfg $(INSTALL_PREFIX)/sbin/ztcfg
if [ -f sethdlc-new ]; then \
install -D -m 755 sethdlc-new $(INSTALL_PREFIX)/sbin/sethdlc; \