summaryrefslogtreecommitdiff
path: root/drivers/misc/mic/Makefile
diff options
context:
space:
mode:
authorSudeep Dutt <sudeep.dutt@intel.com>2015-04-29 12:32:30 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-05-24 19:13:36 (GMT)
commit5ec4ca6adb6abcd4479fa8d4e657748da0043f15 (patch)
tree7624f0165bebb1f7734c7166f1b80c282828f3c1 /drivers/misc/mic/Makefile
parent9ad8b64820c92704326148fe9138b7ece181b440 (diff)
downloadlinux-5ec4ca6adb6abcd4479fa8d4e657748da0043f15.tar.xz
misc: mic: SCIF Hardware Bus
The SCIF hardware bus abstracts the low level hardware driver details like interrupts and mapping remote memory so that the same SCIF driver can work without any changes with the MIC host or card driver as long as the hardware bus operations are implemented. The SCIF hardware device is registered by the host and card drivers on the SCIF hardware bus resulting in probing the SCIF driver. Reviewed-by: Nikhil Rao <nikhil.rao@intel.com> Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com> Signed-off-by: Sudeep Dutt <sudeep.dutt@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mic/Makefile')
-rw-r--r--drivers/misc/mic/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/mic/Makefile b/drivers/misc/mic/Makefile
index e9bf148..6bc6083 100644
--- a/drivers/misc/mic/Makefile
+++ b/drivers/misc/mic/Makefile
@@ -4,4 +4,4 @@
#
obj-$(CONFIG_INTEL_MIC_HOST) += host/
obj-$(CONFIG_INTEL_MIC_CARD) += card/
-obj-$(CONFIG_INTEL_MIC_BUS) += bus/
+obj-y += bus/