diff options
| author | Tomas Winkler <tomas.winkler@intel.com> | 2012-12-25 12:06:07 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-07 13:31:29 -0500 |
| commit | bb1b0133b3780987c2c74f267e294d016f9fa04c (patch) | |
| tree | a13c23f34c8d2bb65b79d48cbfb7b4a404e3e85b /drivers/misc/mei/Makefile | |
| parent | 3a65dd4ea32c3e3a3befec58ad20d1c96580834e (diff) | |
mei: move host bus message handling to hbm.c
for sake of more layered design we move host
bus message handling to the new hbm.c file
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/mei/Makefile b/drivers/misc/mei/Makefile index 0017842e166c..1f382a5ca3a6 100644 --- a/drivers/misc/mei/Makefile +++ b/drivers/misc/mei/Makefile | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | # | 4 | # |
| 5 | obj-$(CONFIG_INTEL_MEI) += mei.o | 5 | obj-$(CONFIG_INTEL_MEI) += mei.o |
| 6 | mei-objs := init.o | 6 | mei-objs := init.o |
| 7 | mei-objs += hbm.o | ||
| 7 | mei-objs += interrupt.o | 8 | mei-objs += interrupt.o |
| 8 | mei-objs += interface.o | 9 | mei-objs += interface.o |
| 9 | mei-objs += iorw.o | 10 | mei-objs += iorw.o |
