summaryrefslogtreecommitdiff
path: root/drivers/misc/mei/Makefile
diff options
context:
space:
mode:
authorTomas Winkler <tomas.winkler@intel.com>2013-01-08 21:07:13 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-09 00:40:44 (GMT)
commit9ca9050b3df690d9d44e39424ab2a531120af936 (patch)
tree06664064214caea9635e66025ad342f60cfc9662 /drivers/misc/mei/Makefile
parent0edb23fc3451c84350edcc999c023d225a49530d (diff)
downloadlinux-fsl-qoriq-9ca9050b3df690d9d44e39424ab2a531120af936.tar.xz
mei: move client functions to client.c
This file now contains me and host client functions and also io callback helpers We also kill iorw.c which is no longer needed 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 1f382a5..67f543a 100644
--- a/drivers/misc/mei/Makefile
+++ b/drivers/misc/mei/Makefile
@@ -7,7 +7,7 @@ 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
+mei-objs += client.o