From 13179eb2fc4b2384550a1681513986584634bfd6 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Thu, 1 Feb 2007 00:55:41 +0000 Subject: add support for Digium's High Performance Echo Canceller rework the top-level Makefile so kernel 2.6 modules are built by a dedicated Makefile git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2076 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wctc4xxp/Kbuild | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 wctc4xxp/Kbuild (limited to 'wctc4xxp/Kbuild') diff --git a/wctc4xxp/Kbuild b/wctc4xxp/Kbuild deleted file mode 100644 index b034819..0000000 --- a/wctc4xxp/Kbuild +++ /dev/null @@ -1,15 +0,0 @@ -obj-m += wctc4xxp.o - -EXTRA_CFLAGS := -I$(src)/.. -Wno-undef - -wctc4xxp-objs := base.o - -ifneq ($(HOTPLUG_FIRMWARE),yes) -wctc4xxp-objs += firmware_tc400m.o -endif - -$(obj)/base.o: $(src)/../zaptel.h - -$(obj)/firmware_tc400m.o: $(src)/tc400m-firmware.bin $(obj)/base.o - @echo Making firmware object file for $(notdir $<) - @cd $(src) && ../build_tools/make_firmware_object $(notdir $<) $@ $(obj)/base.o -- cgit v1.2.3