summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-10-31 06:25:16 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-10-31 06:25:16 +0000
commitdc8b376b4caffcbe301f11c2ce67159781d2a279 (patch)
treef94b8076e0b2ff715a410a5bba1b3344ff192b55 /Makefile
parentb573c81ad4369e7d73b8b360f28c07abfdfec3cd (diff)
fix the installation of wct4xxp for 2.4 kernels (issue #7964, fixed by gkloepfer,
but the committed fix is slightly modified) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1542 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 14166b7..c3410df 100644
--- a/Makefile
+++ b/Makefile
@@ -328,7 +328,7 @@ ifeq ($(BUILDVER),linux26)
done; \
$(KMAKE_INST);
else
- for x in $(MODULESO); do \
+ for x in $(MODULESO) wct4xxp/wct4xxp.o; do \
install -D -m 644 $$x $(INSTALL_PREFIX)/lib/modules/$(KVERS)/misc/$$x ; \
done;
endif