summaryrefslogtreecommitdiff
path: root/drivers/misc/mei/Makefile
diff options
context:
space:
mode:
authorTomas Winkler <tomas.winkler@intel.com>2013-01-08 21:07:17 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-09 00:40:45 (GMT)
commit9dc64d6a26b016df52d222abe9279a92d9f7cc4c (patch)
treea8874ec3719891551fa8472eb1e0ad27915fbb27 /drivers/misc/mei/Makefile
parent37e7d6e74f2e80196410f6e5c7533d99fe9aa9d1 (diff)
downloadlinux-fsl-qoriq-9dc64d6a26b016df52d222abe9279a92d9f7cc4c.tar.xz
mei: rename interface to hw-me
Rename hw-me.h to hw-me-regs.h as this file contains only register definitions. Files hw-me.[ch] now contains ME hw dependant functionality Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mei/Makefile')
-rw-r--r--drivers/misc/mei/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/mei/Makefile b/drivers/misc/mei/Makefile
index 67f543a..9f71933 100644
--- a/drivers/misc/mei/Makefile
+++ b/drivers/misc/mei/Makefile
@@ -6,7 +6,7 @@ obj-$(CONFIG_INTEL_MEI) += mei.o
mei-objs := init.o
mei-objs += hbm.o
mei-objs += interrupt.o
-mei-objs += interface.o
+mei-objs += hw-me.o
mei-objs += main.o
mei-objs += amthif.o
mei-objs += wd.o