summaryrefslogtreecommitdiff
path: root/wct4xxp/Kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'wct4xxp/Kbuild')
-rw-r--r--wct4xxp/Kbuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/wct4xxp/Kbuild b/wct4xxp/Kbuild
new file mode 100644
index 0000000..8060a97
--- /dev/null
+++ b/wct4xxp/Kbuild
@@ -0,0 +1,21 @@
+# yes, this is redundant... the Kbuild system is changing to hostprogs-y,
+# but we need to be able to support older verions as well
+host-progs := fw2h
+hostprogs-y := fw2h
+
+obj-m += wct4xxp.o
+
+EXTRA_CFLAGS := -I$(src)/.. $(shell $(src)/../oct612x/octasic-helper cflags $(src)/../oct612x) -Wno-undef
+
+wct4xxp-objs := base.o vpm450m.o $(shell $(src)/../oct612x/octasic-helper objects ../oct612x)
+
+$(obj)/base.o: $(src)/vpm450m.h $(src)/wct4xxp.h
+$(obj)/base.o: $(src)/../zaptel.h
+
+$(obj)/vpm450m.o: $(obj)/vpm450m_fw.h $(src)/vpm450m.h
+$(obj)/vpm450m.o: $(src)/../oct612x/include/oct6100api/oct6100_api.h
+
+$(obj)/vpm450m_fw.h: $(src)/OCT6114-128D.ima $(obj)/fw2h
+ $(obj)/fw2h $< $@
+
+clean-files := vpm450m_fw.h