diff options
Diffstat (limited to 'drivers/video/omap2/hdcp/Makefile')
-rw-r--r-- | drivers/video/omap2/hdcp/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/video/omap2/hdcp/Makefile b/drivers/video/omap2/hdcp/Makefile new file mode 100644 index 0000000..80b0c0c --- /dev/null +++ b/drivers/video/omap2/hdcp/Makefile @@ -0,0 +1,8 @@ +# +# Makefile for HDCP linux kernel module. +# + +ccflags-$(CONFIG_OMAP4_HDCP_DEBUG) = -DDEBUG -DHDCP_DEBUG + +obj-$(CONFIG_OMAP4_HDCP) += hdcp.o +hdcp-y := hdcp_top.o hdcp_lib.o hdcp_ddc.o |