ffc2825c29
It's been cleaned up, and there's nothing else left to do, so move it out of staging into drivers/misc/ where all can use it now. Cc: Tomas Winkler <tomas.winkler@intel.com> Cc: Oren Weil <oren.jer.weil@intel.com> Cc: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12 lines
277 B
Makefile
12 lines
277 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 += wd.o
|