summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index de87bec..2b7e1ea 100644
--- a/Makefile
+++ b/Makefile
@@ -220,7 +220,7 @@ utils: $(BINS)
libs: $(LIBTONEZONE_SO)
ifeq ($(BUILDVER),linux24)
-modules: prereq $(MODULESO) wct4xxp/wct4xxp.o
+modules: prereq $(MODULESO) wct4xxp/wct4xxp.o wctdm24xxp/wctdm24xxp.o
else
modules: prereq
ifeq (,$(wildcard $(KSRC)/.config))
@@ -451,6 +451,7 @@ ifeq ($(BUILDVER),linux26)
else
install -d $(DESTDIR)$(MODS_DIR)
install -m 644 $(MODULESO) wct4xxp/wct4xxp.o $(DESTDIR)$(MODS_DIR)
+ install -m 644 $(MODULESO) wctdm24xxp/wctdm24xxp.o $(DESTDIR)$(MODS_DIR)
endif
ifeq (,$(wildcard wcfxsusb.o))
rm -f $(DESTDIR)$(MODS_DIR)/wcfxsusb.o