mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-02 07:11:12 +00:00
bb1b0133b3
for sake of more layered design we move host bus message handling to the new hbm.c file Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14 lines
316 B
Makefile
14 lines
316 B
Makefile
#
|
|
# 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
|
|
mei-objs += hbm.o
|
|
mei-objs += interrupt.o
|
|
mei-objs += interface.o
|
|
mei-objs += iorw.o
|
|
mei-objs += main.o
|
|
mei-objs += amthif.o
|
|
mei-objs += wd.o
|