mei: prefix me hardware specific functions with mei_me_
[deliverable/linux.git] / drivers / misc / mei / Makefile
CommitLineData
6b8aae5a
OW
1#
2# Makefile - Intel Management Engine Interface (Intel MEI) Linux driver
3# Copyright (c) 2010-2011, Intel Corporation.
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
827eef51
TW
13mei-$(CONFIG_INTEL_MEI_ME) += pci-me.o
14mei-$(CONFIG_INTEL_MEI_ME) += hw-me.o
This page took 0.151125 seconds and 5 git commands to generate.