diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2013-01-08 23:07:13 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-08 16:40:44 -0800 |
commit | 9ca9050b3df690d9d44e39424ab2a531120af936 (patch) | |
tree | 06664064214caea9635e66025ad342f60cfc9662 /drivers/misc/mei/Makefile | |
parent | 0edb23fc3451c84350edcc999c023d225a49530d (diff) | |
download | blackbird-obmc-linux-9ca9050b3df690d9d44e39424ab2a531120af936.tar.gz blackbird-obmc-linux-9ca9050b3df690d9d44e39424ab2a531120af936.zip |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/mei/Makefile b/drivers/misc/mei/Makefile index 1f382a5ca3a6..67f543ab234f 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 |