summaryrefslogtreecommitdiff
path: root/xhfc/Makefile
diff options
context:
space:
mode:
authorNoe Rubinstein <nrubinstein@proformatique.com>2010-11-12 18:38:43 +0100
committerNoe Rubinstein <nrubinstein@proformatique.com>2010-11-12 18:38:43 +0100
commit1db6c85bb230f118efa3fee7ff8f2d2afe7c094d (patch)
tree6fe22cfd55a750465c084e4440d9d8ce1d5b2218 /xhfc/Makefile
parenta80aeaabdcd15d5ec68adc80a7fb92eb41378e7b (diff)
compiles; panics.
Diffstat (limited to 'xhfc/Makefile')
-rw-r--r--xhfc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xhfc/Makefile b/xhfc/Makefile
index 62626f1..a7c8833 100644
--- a/xhfc/Makefile
+++ b/xhfc/Makefile
@@ -6,7 +6,7 @@ CFLAGS_MODULE += -I$(DAHDI_INCLUDE) -I$(abspath $(src)/../) -DUSE_GPIO
obj-m := xhfcdm.o
-xhfcdm-objs := xhfc.o xhfc_leb.o xhfc_timers_state.o
+xhfcdm-objs := xhfc.o xhfc_leb.o xhfc_st_state.o
modules:
modules modules_install clean: