diff options
Diffstat (limited to 'drivers/media/platform/ti-vpe/Makefile')
-rw-r--r-- | drivers/media/platform/ti-vpe/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/platform/ti-vpe/Makefile b/drivers/media/platform/ti-vpe/Makefile new file mode 100644 index 000000000000..cbf0a806ba1d --- /dev/null +++ b/drivers/media/platform/ti-vpe/Makefile | |||
@@ -0,0 +1,5 @@ | |||
1 | obj-$(CONFIG_VIDEO_TI_VPE) += ti-vpe.o | ||
2 | |||
3 | ti-vpe-y := vpe.o vpdma.o | ||
4 | |||
5 | ccflags-$(CONFIG_VIDEO_TI_VPE_DEBUG) += -DDEBUG | ||