summaryrefslogtreecommitdiff
path: root/Kbuild
blob: dece7d58e6878fe34e58d533a841dd403f67de24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the drm device driver.  This driver provides support for the
# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.

ccflags-y       += -I$(srctree)/include/

exynos-hdcp2-y += auth-control.o
exynos-hdcp2-y += auth13.o
exynos-hdcp2-y += auth22.o
exynos-hdcp2-y += auth22-ake.o
exynos-hdcp2-y += auth22-lc.o
exynos-hdcp2-y += auth22-repeater.o
exynos-hdcp2-y += auth22-ske.o
exynos-hdcp2-y += auth22-stream.o
exynos-hdcp2-y += dpcd.o
exynos-hdcp2-y += main.o
exynos-hdcp2-y += selftest.o
exynos-hdcp2-y += teeif.o

obj-$(CONFIG_EXYNOS_HDCP2) += exynos-hdcp2.o