xref: /openbmc/linux/drivers/misc/mei/Makefile (revision 30e53bb8)
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
7mei-objs += hbm.o
8mei-objs += interrupt.o
9mei-objs += client.o
10mei-objs += main.o
11mei-objs += amthif.o
12mei-objs += wd.o
13mei-objs += bus.o
14mei-$(CONFIG_DEBUG_FS) += debugfs.o
15
16obj-$(CONFIG_INTEL_MEI_ME) += mei-me.o
17mei-me-objs := pci-me.o
18mei-me-objs += hw-me.o
19