2011-05-15 03:43:48 -07:00
|
|
|
#
|
|
|
|
# Makefile - Intel Management Engine Interface (Intel MEI) Linux driver
|
|
|
|
# Copyright (c) 2010-2011, Intel Corporation.
|
|
|
|
#
|
|
|
|
obj-$(CONFIG_INTEL_MEI) += mei.o
|
|
|
|
mei-objs := init.o
|
2012-12-25 10:06:07 -07:00
|
|
|
mei-objs += hbm.o
|
2011-05-15 03:43:48 -07:00
|
|
|
mei-objs += interrupt.o
|
2013-02-06 05:06:41 -07:00
|
|
|
mei-objs += client.o
|
2011-05-15 03:43:48 -07:00
|
|
|
mei-objs += main.o
|
2012-11-01 12:17:15 -07:00
|
|
|
mei-objs += amthif.o
|
2011-05-15 03:43:48 -07:00
|
|
|
mei-objs += wd.o
|
2013-02-06 05:06:41 -07:00
|
|
|
mei-$(CONFIG_INTEL_MEI_ME) += pci-me.o
|
|
|
|
mei-$(CONFIG_INTEL_MEI_ME) += hw-me.o
|