1ffc2825cSGreg Kroah-Hartman# 2ffc2825cSGreg Kroah-Hartman# Makefile - Intel Management Engine Interface (Intel MEI) Linux driver 392ab5130STomas Winkler# Copyright (c) 2010-2014, Intel Corporation. 4ffc2825cSGreg Kroah-Hartman# 5ffc2825cSGreg Kroah-Hartmanobj-$(CONFIG_INTEL_MEI) += mei.o 6ffc2825cSGreg Kroah-Hartmanmei-objs := init.o 7bb1b0133STomas Winklermei-objs += hbm.o 8ffc2825cSGreg Kroah-Hartmanmei-objs += interrupt.o 9827eef51STomas Winklermei-objs += client.o 10ffc2825cSGreg Kroah-Hartmanmei-objs += main.o 1119838fb8STomas Winklermei-objs += amthif.o 12ffc2825cSGreg Kroah-Hartmanmei-objs += wd.o 13e5354107SSamuel Ortizmei-objs += bus.o 1459fcd7c6SSamuel Ortizmei-objs += nfc.o 1530e53bb8STomas Winklermei-$(CONFIG_DEBUG_FS) += debugfs.o 1640e0b67bSTomas Winkler 1740e0b67bSTomas Winklerobj-$(CONFIG_INTEL_MEI_ME) += mei-me.o 1840e0b67bSTomas Winklermei-me-objs := pci-me.o 1940e0b67bSTomas Winklermei-me-objs += hw-me.o 2092ab5130STomas Winkler 2192ab5130STomas Winklerobj-$(CONFIG_INTEL_MEI_TXE) += mei-txe.o 2292ab5130STomas Winklermei-txe-objs := pci-txe.o 2392ab5130STomas Winklermei-txe-objs += hw-txe.o 24*a0a927d0STomas Winkler 25*a0a927d0STomas Winklermei-$(CONFIG_EVENT_TRACING) += mei-trace.o 26*a0a927d0STomas WinklerCFLAGS_mei-trace.o = -I$(src) 27