]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - drivers/misc/mei/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / drivers / misc / mei / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
6b8aae5a
OW
2#
3# Makefile - Intel Management Engine Interface (Intel MEI) Linux driver
92ab5130 4# Copyright (c) 2010-2014, Intel Corporation.
6b8aae5a
OW
5#
6obj-$(CONFIG_INTEL_MEI) += mei.o
7mei-objs := init.o
bb1b0133 8mei-objs += hbm.o
6b8aae5a 9mei-objs += interrupt.o
827eef51 10mei-objs += client.o
6b8aae5a 11mei-objs += main.o
e5354107 12mei-objs += bus.o
a0a785c4 13mei-objs += bus-fixup.o
30e53bb8 14mei-$(CONFIG_DEBUG_FS) += debugfs.o
40e0b67b
TW
15
16obj-$(CONFIG_INTEL_MEI_ME) += mei-me.o
17mei-me-objs := pci-me.o
18mei-me-objs += hw-me.o
92ab5130
TW
19
20obj-$(CONFIG_INTEL_MEI_TXE) += mei-txe.o
21mei-txe-objs := pci-txe.o
22mei-txe-objs += hw-txe.o
a0a927d0
TW
23
24mei-$(CONFIG_EVENT_TRACING) += mei-trace.o
25CFLAGS_mei-trace.o = -I$(src)