summaryrefslogtreecommitdiff
path: root/drivers/mxc/vpu-encoder-b0/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mxc/vpu-encoder-b0/Makefile')
-rw-r--r--drivers/mxc/vpu-encoder-b0/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/mxc/vpu-encoder-b0/Makefile b/drivers/mxc/vpu-encoder-b0/Makefile
new file mode 100644
index 000000000000..b8a8fc117d93
--- /dev/null
+++ b/drivers/mxc/vpu-encoder-b0/Makefile
@@ -0,0 +1,12 @@
+##
+## Makefile for the VPU and M0 driver
+##
+
+EXTRA_CFLAGS += $(DEFINES)
+
+obj-y = vpu-encoder.o
+vpu-encoder-objs = vpu_encoder_b0.o \
+ vpu_encoder_rpc.o
+
+clean:
+ rm -rf $(vpu-encoder-objs)