2011-05-15 18:43:48 +08: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-26 01:06:07 +08:00
|
|
|
mei-objs += hbm.o
|
2011-05-15 18:43:48 +08:00
|
|
|
mei-objs += interrupt.o
|
2013-01-09 05:07:17 +08:00
|
|
|
mei-objs += hw-me.o
|
2011-05-15 18:43:48 +08:00
|
|
|
mei-objs += main.o
|
2012-11-02 03:17:15 +08:00
|
|
|
mei-objs += amthif.o
|
2011-05-15 18:43:48 +08:00
|
|
|
mei-objs += wd.o
|
2013-01-09 05:07:13 +08:00
|
|
|
mei-objs += client.o
|
2013-02-06 20:06:39 +08:00
|
|
|
mei-objs += pci-me.o
|