summaryrefslogtreecommitdiff
path: root/kernel/Kbuild
diff options
context:
space:
mode:
authorqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-05-14 19:27:48 +0000
committerqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-05-14 19:27:48 +0000
commit39d606d3ce05016ac4f78b6dfe604ade277ae77e (patch)
treebc096e8f8147cb8c0a74a085aac4c8ed38dc8567 /kernel/Kbuild
parent84508ed1a08f2c68fb0976c0b43f6f6a82d5a87d (diff)
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 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4290 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'kernel/Kbuild')
-rw-r--r--kernel/Kbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/Kbuild b/kernel/Kbuild
index f114721..6ad4a28 100644
--- a/kernel/Kbuild
+++ b/kernel/Kbuild
@@ -32,7 +32,7 @@ endif
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