summaryrefslogtreecommitdiff
path: root/drivers/dahdi/Kbuild
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-01-16 17:21:16 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-01-16 17:21:16 +0000
commitadc9593165c8377935f15cd59d3c919de79ac9f3 (patch)
treebab412c5f1eab342af791b077e03b0597fc3282a /drivers/dahdi/Kbuild
parent832c60f23ea2661704b38f1e77fa0c535bbe966d (diff)
Fixes accidental generation of drvers/dahdi/$(obj)
If we tell Kbuild (at least of some versions) that the host program is $obj/makefw , it will attempt to create the full path of $(obj) for it under the current $(obj). git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9630 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/Kbuild')
-rw-r--r--drivers/dahdi/Kbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/Kbuild b/drivers/dahdi/Kbuild
index 1494713..e4d33c3 100644
--- a/drivers/dahdi/Kbuild
+++ b/drivers/dahdi/Kbuild
@@ -135,7 +135,7 @@ endif
$(obj)/pciradio.o: $(obj)/radfw.h
$(obj)/tor2.o: $(obj)/tor2fw.h
-hostprogs-y := $(obj)/makefw
+hostprogs-y := makefw
$(obj)/tor2fw.h: $(src)/tormenta2.rbt $(obj)/makefw
$(obj)/makefw $< tor2fw > $@