summaryrefslogtreecommitdiff
path: root/wctc4xxp/Makefile.kernel26
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-02 13:46:37 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-02 13:46:37 +0000
commit695ff33dbddd222e8dff4317d18bc945f0f52f28 (patch)
tree2441ee96d6b3399b997ef8b70bcb53fff7b6f4fa /wctc4xxp/Makefile.kernel26
parentfdf88845997d037eeab6710bef1d66691a8c3060 (diff)
Nobody ever updated the wctc4xxp stuff to use the in-tree firmware management stuff... 'tsk 'tsk. (issue #10093 reported by snuffy)
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2671 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctc4xxp/Makefile.kernel26')
-rw-r--r--wctc4xxp/Makefile.kernel267
1 files changed, 3 insertions, 4 deletions
diff --git a/wctc4xxp/Makefile.kernel26 b/wctc4xxp/Makefile.kernel26
index b034819..598c025 100644
--- a/wctc4xxp/Makefile.kernel26
+++ b/wctc4xxp/Makefile.kernel26
@@ -5,11 +5,10 @@ EXTRA_CFLAGS := -I$(src)/.. -Wno-undef
wctc4xxp-objs := base.o
ifneq ($(HOTPLUG_FIRMWARE),yes)
-wctc4xxp-objs += firmware_tc400m.o
+wctc4xxp-objs += ../firmware/zaptel-fw-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
+$(obj)/../firmware/zaptel-fw-tc400m.o: $(obj)/base.o
+ $(MAKE) -C $(obj)/../firmware zaptel-fw-tc400m.o