[dahdi-commits] tzafrir: linux/trunk r9632 - /linux/trunk/drivers/dahdi/Kbuild
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Sun Jan 16 14:19:59 CST 2011
Author: tzafrir
Date: Sun Jan 16 14:19:56 2011
New Revision: 9632
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9632
Log:
Remove the (now) duplicate rule
Now that makefw has the proper name, the rule to create it is
automatically generated by Kbuild. Removed.
Modified:
linux/trunk/drivers/dahdi/Kbuild
Modified: linux/trunk/drivers/dahdi/Kbuild
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/Kbuild?view=diff&rev=9632&r1=9631&r2=9632
==============================================================================
--- linux/trunk/drivers/dahdi/Kbuild (original)
+++ linux/trunk/drivers/dahdi/Kbuild Sun Jan 16 14:19:56 2011
@@ -143,7 +143,4 @@
$(obj)/radfw.h: $(src)/pciradio.rbt $(obj)/makefw
$(obj)/makefw $< radfw > $@
-$(obj)/makefw: $(src)/makefw.c
- $(HOSTCC) -o $@ $^
-
clean-files := radfw.h tor2fw.h
More information about the dahdi-commits
mailing list