Merge tag 'powerpc-4.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[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
6b8aae5a 12mei-objs += wd.o
e5354107 13mei-objs += bus.o
59fcd7c6 14mei-objs += nfc.o
30e53bb8 15mei-$(CONFIG_DEBUG_FS) += debugfs.o
40e0b67b
TW
16
17obj-$(CONFIG_INTEL_MEI_ME) += mei-me.o
18mei-me-objs := pci-me.o
19mei-me-objs += hw-me.o
92ab5130
TW
20
21obj-$(CONFIG_INTEL_MEI_TXE) += mei-txe.o
22mei-txe-objs := pci-txe.o
23mei-txe-objs += hw-txe.o
a0a927d0
TW
24
25mei-$(CONFIG_EVENT_TRACING) += mei-trace.o
26CFLAGS_mei-trace.o = -I$(src)
This page took 0.26498 seconds and 5 git commands to generate.