Merge tag 'tag-sh-for-4.6' of git://git.libc.org/linux-sh
[deliverable/linux.git] / drivers / misc / mei / Makefile
CommitLineData
6b8aae5a
OW
1#
2# Makefile - Intel Management Engine Interface (Intel MEI) Linux driver
92ab5130 3# Copyright (c) 2010-2014, Intel Corporation.
6b8aae5a
OW
4#
5obj-$(CONFIG_INTEL_MEI) += mei.o
6mei-objs := init.o
bb1b0133 7mei-objs += hbm.o
6b8aae5a 8mei-objs += interrupt.o
827eef51 9mei-objs += client.o
6b8aae5a 10mei-objs += main.o
19838fb8 11mei-objs += amthif.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)
This page took 0.281933 seconds and 5 git commands to generate.