mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-19 00:54:41 +08:00
19838fb853
Move AMT Host Interface functions into the new amthif.c file. All functions has now common prefix: mei_amthif_ Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13 lines
298 B
Makefile
13 lines
298 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 += interrupt.o
|
|
mei-objs += interface.o
|
|
mei-objs += iorw.o
|
|
mei-objs += main.o
|
|
mei-objs += amthif.o
|
|
mei-objs += wd.o
|