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