mirror of https://gitee.com/openkylin/linux.git
8 lines
182 B
Makefile
8 lines
182 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
#
|
||
|
# Copyright (c) 2019, Intel Corporation.
|
||
|
#
|
||
|
# Makefile - HDCP client driver for Intel MEI Bus Driver.
|
||
|
|
||
|
obj-$(CONFIG_INTEL_MEI_HDCP) += mei_hdcp.o
|