From b1acf2d381141c8b547821b2c15f0405380d1d08 Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 20 Jul 2007 16:19:47 +0000 Subject: New product support, new echo canceler and new boards git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2761 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index edd01e1..a9a5dad 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ ifeq ($(HOTPLUG_FIRMWARE),yes) CFLAGS+=-DHOTPLUG_FIRMWARE endif -MODULES:=zaptel tor2 torisa wcusb wcfxo wctdm wctdm24xxp \ +MODULES:=zaptel tor2 torisa wcusb wcfxo wctdm \ ztdynamic ztd-eth wct1xxp wcte11xp pciradio \ ztd-loc wcte12xp # ztdummy #MODULES+=wcfxsusb @@ -67,7 +67,7 @@ MODULESO:=$(MODULES:%=%.o) MODULESKO:=$(MODULES:%=%.ko) # add this later, so it doesn't become part of MODULESO/MODULESKO -MODULES+=wct4xxp wctc4xxp +MODULES+=wct4xxp wctc4xxp wctdm24xxp ifeq ($(ARCH),i386) ifneq ($(wildcard $(PWD)/hpec/hpec_x86_32.o_shipped),) @@ -234,6 +234,9 @@ version.h: FORCE wct4xxp/wct4xxp.o: $(MAKE) -C wct4xxp KFLAGS="$(KFLAGS) -I.." CFLAGS="$(CFLAGS) -I.." +wctdm24xxp/wctdm24xxp.o: + $(MAKE) -C wctdm24xxp KFLAGS="$(KFLAGS) -I.." CFLAGS="$(CFLAGS) -I.." + devel: tor2ee tests: patgen pattest patlooptest hdlcstress hdlctest hdlcgen hdlcverify timertest @@ -253,8 +256,6 @@ wcfxsusb.o: wcfxsusb.h wctdm.o: wctdm.h -wctdm24xxp.o: wctdm.h - pciradio.o: radfw.h ztdummy.o: ztdummy.h @@ -475,9 +476,11 @@ firmware: ifeq ($(HOTPLUG_FIRMWARE),yes) if [ -d $(DESTDIR)/usr/lib/hotplug/firmware ]; then \ install -m 644 wct4xxp/*.ima wctc4xxp/*.bin $(DESTDIR)/usr/lib/hotplug/firmware; \ + install -m 644 wctdm24xxp/*.bin $(INSTALL_PREFIX)/usr/lib/hotplug/firmware; \ fi if [ -d $(DESTDIR)/lib/firmware ]; then \ install -m 644 wct4xxp/*.ima wctc4xxp/*.bin $(DESTDIR)/lib/firmware; \ + install -m 644 wctdm24xxp/*.bin $(INSTALL_PREFIX)/lib/firmware; \ fi @echo "Installed firmware" else @@ -532,6 +535,7 @@ clean: $(MAKE) -C $(KSRC) SUBDIRS=$(PWD) clean $(MAKE) -C wct4xxp clean $(MAKE) -C wctc4xxp clean + $(MAKE) -C wctdm24xxp clean rm -rf .tmp_versions rm -f gendigits tones.h rm -f libtonezone* -- cgit v1.2.3