summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-01-30 18:11:11 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-01-30 18:11:11 +0000
commitfa59b936c5bfdc1de73cf90aed8a43ba2313f635 (patch)
treee7d2db24c2da965a9450b4cfea1be696baa2f367 /Makefile
parent3cfaa806f93bae282e4bff6aa3aa138c99f499fb (diff)
- Make the build of xpp occur with 2.6.8 or above, instead of 2.6.10
- remove the installation of the userspace tools - remove the architecture check (issue #8894, tzafrir) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2018 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index d4fe552..590c0c2 100644
--- a/Makefile
+++ b/Makefile
@@ -126,7 +126,7 @@ MODULES+=wct4xxp
# This line is only meaningful when this Makefile is used as kconfig for
# 2.6 build
-ifneq (,$(shell [ 0$(SUBLEVEL) -ge 10 ] && [ "$(ARCH)" = 'i386' ] && echo 1))
+ifneq (,$(shell [ 0$(SUBLEVEL) -ge 8 ] && echo 1))
obj-m+=xpp/
endif
@@ -315,12 +315,7 @@ b410p:
tar -zxf mISDNuser.tar.gz
$(MAKE) -C mISDNuser install
-xpp-install: FORCE
-ifneq (,$(findstring xpp,$(obj-m)))
- @$(MAKE) -C xpp/utils install
-endif
-
-install: all devices firmware xpp-install
+install: all devices firmware
install -D -m 755 ztcfg $(INSTALL_PREFIX)/sbin/ztcfg
if [ -f sethdlc-new ]; then \
install -D -m 755 sethdlc-new $(INSTALL_PREFIX)/sbin/sethdlc; \