summaryrefslogtreecommitdiff
path: root/xhfc
diff options
context:
space:
mode:
authorNoe Rubinstein <nrubinstein@proformatique.com>2010-12-17 14:42:39 +0100
committerNoe Rubinstein <nrubinstein@proformatique.com>2010-12-17 14:42:39 +0100
commitcb620d8ecc82128738d8f2781dd57d4c9873c80e (patch)
treee7ab6d6f621dd4290079bad9721ece4de6a102b2 /xhfc
parent433efd139c08c4a5b7ca726c5313c17909b4ac3c (diff)
move xhfc.c to base.c and rename module to xivoxhfc.c
Diffstat (limited to 'xhfc')
-rw-r--r--xhfc/Makefile4
-rw-r--r--xhfc/base.c (renamed from xhfc/xhfc.c)0
2 files changed, 2 insertions, 2 deletions
diff --git a/xhfc/Makefile b/xhfc/Makefile
index a7c8833..a1f7f05 100644
--- a/xhfc/Makefile
+++ b/xhfc/Makefile
@@ -5,8 +5,8 @@ DAHDI_INCLUDE ?= /bad__dahdi_include__not_set
CFLAGS_MODULE += -I$(DAHDI_INCLUDE) -I$(abspath $(src)/../) -DUSE_GPIO
-obj-m := xhfcdm.o
-xhfcdm-objs := xhfc.o xhfc_leb.o xhfc_st_state.o
+obj-m := xivoxhfc.o
+xhfcdm-objs := base.o xhfc_leb.o xhfc_st_state.o
modules:
modules modules_install clean:
diff --git a/xhfc/xhfc.c b/xhfc/base.c
index c2c9a02..c2c9a02 100644
--- a/xhfc/xhfc.c
+++ b/xhfc/base.c