summaryrefslogtreecommitdiff
path: root/drivers/mxc/vpu_windsor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mxc/vpu_windsor/Makefile')
-rw-r--r--drivers/mxc/vpu_windsor/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/mxc/vpu_windsor/Makefile b/drivers/mxc/vpu_windsor/Makefile
new file mode 100644
index 000000000000..5d315aa30712
--- /dev/null
+++ b/drivers/mxc/vpu_windsor/Makefile
@@ -0,0 +1,17 @@
+##
+## Makefile for the VPU and M0 driver
+##
+
+EXTRA_CFLAGS += $(DEFINES)
+
+obj-$(CONFIG_MXC_VPU_WINDSOR) = vpu-windsor.o
+vpu-windsor-objs = vpu_encoder_b0.o \
+ vpu_encoder_ctrl.o \
+ vpu_event_msg.o \
+ vpu_encoder_mem.o \
+ vpu_encoder_rpc.o \
+ vpu_encoder_mu.o \
+ vpu_encoder_pm.o
+
+clean:
+ rm -rf $(vpu-windsor-objs)