summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoe Rubinstein <nrubinstein@proformatique.com>2010-12-17 17:19:58 +0100
committerNoe Rubinstein <nrubinstein@proformatique.com>2010-12-17 17:19:58 +0100
commit4f0f1656375b3ceed6f6e09cef7e8f2aa81649fb (patch)
treea3928cdeea8c8a20f7751c6a8497ddae231c48c3
parent42de02bb5cdde7e0bb78f9d4aaded8d1aa68a27d (diff)
fix makefile
-rw-r--r--xhfc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xhfc/Makefile b/xhfc/Makefile
index a1f7f05..4940c92 100644
--- a/xhfc/Makefile
+++ b/xhfc/Makefile
@@ -6,7 +6,7 @@ CFLAGS_MODULE += -I$(DAHDI_INCLUDE) -I$(abspath $(src)/../) -DUSE_GPIO
obj-m := xivoxhfc.o
-xhfcdm-objs := base.o xhfc_leb.o xhfc_st_state.o
+xivoxhfc-objs := base.o xhfc_leb.o xhfc_st_state.o
modules:
modules modules_install clean: