blob: 040af6c7b147dbb95a437937ab29638c6f573fe5 [file] [log] [blame]
Oren Weil6b8aae52011-05-15 13:43:48 +03001#
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
Tomas Winklerbb1b0132012-12-25 19:06:07 +02007mei-objs += hbm.o
Oren Weil6b8aae52011-05-15 13:43:48 +03008mei-objs += interrupt.o
Tomas Winkler827eef52013-02-06 14:06:41 +02009mei-objs += client.o
Oren Weil6b8aae52011-05-15 13:43:48 +030010mei-objs += main.o
Tomas Winkler19838fb2012-11-01 21:17:15 +020011mei-objs += amthif.o
Oren Weil6b8aae52011-05-15 13:43:48 +030012mei-objs += wd.o
Tomas Winkler827eef52013-02-06 14:06:41 +020013mei-$(CONFIG_INTEL_MEI_ME) += pci-me.o
14mei-$(CONFIG_INTEL_MEI_ME) += hw-me.o