hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/misc/mei/Makefile
....@@ -1,7 +1,7 @@
11 # SPDX-License-Identifier: GPL-2.0
22 #
3
+# Copyright (c) 2010-2019, Intel Corporation. All rights reserved.
34 # Makefile - Intel Management Engine Interface (Intel MEI) Linux driver
4
-# Copyright (c) 2010-2014, Intel Corporation.
55 #
66 obj-$(CONFIG_INTEL_MEI) += mei.o
77 mei-objs := init.o
....@@ -9,6 +9,7 @@
99 mei-objs += interrupt.o
1010 mei-objs += client.o
1111 mei-objs += main.o
12
+mei-objs += dma-ring.o
1213 mei-objs += bus.o
1314 mei-objs += bus-fixup.o
1415 mei-$(CONFIG_DEBUG_FS) += debugfs.o
....@@ -23,3 +24,5 @@
2324
2425 mei-$(CONFIG_EVENT_TRACING) += mei-trace.o
2526 CFLAGS_mei-trace.o = -I$(src)
27
+
28
+obj-$(CONFIG_INTEL_MEI_HDCP) += hdcp/