[zaptel-commits] qwell: branch 1.4 r4290 - /branches/1.4/kernel/Kbuild
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Wed May 14 14:27:49 CDT 2008
Author: qwell
Date: Wed May 14 14:27:48 2008
New Revision: 4290
URL: http://svn.digium.com/view/zaptel?view=rev&rev=4290
Log:
Allow hpec to build on older(?) 2.6 kernels.
(closes issue #12623)
Reported by: ricvil
Patches:
hpec_src.diff uploaded by tzafrir (license 46)
Tested by: qwell, ricvil
Modified:
branches/1.4/kernel/Kbuild
Modified: branches/1.4/kernel/Kbuild
URL: http://svn.digium.com/view/zaptel/branches/1.4/kernel/Kbuild?view=diff&rev=4290&r1=4289&r2=4290
==============================================================================
--- branches/1.4/kernel/Kbuild (original)
+++ branches/1.4/kernel/Kbuild Wed May 14 14:27:48 2008
@@ -32,7 +32,7 @@
ifeq ($(HPEC_PRESENT),yes)
EXTRA_CFLAGS += -DECHO_CAN_HPEC -I$(src)/hpec
-$(obj)/zaptel-base.o: hpec/hpec_zaptel.h hpec/hpec_user.h
+$(obj)/zaptel-base.o: $(src)/hpec/hpec_zaptel.h $(src)/hpec/hpec_user.h
endif
$(obj)/pciradio.o: $(obj)/radfw.h
More information about the zaptel-commits
mailing list