mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-30 08:04:13 +08:00
ef39830c35
This patch deletes the virtio functionality from the MIC X100 host driver. A subsequent patch will re-enable this functionality by consolidating the hardware independent logic in a new Virtio over PCIe (VOP) driver. 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>
12 lines
295 B
Makefile
12 lines
295 B
Makefile
#
|
|
# Makefile - Intel MIC Linux driver.
|
|
# Copyright(c) 2013, Intel Corporation.
|
|
#
|
|
obj-$(CONFIG_INTEL_MIC_HOST) += mic_host.o
|
|
mic_host-objs := mic_main.o
|
|
mic_host-objs += mic_x100.o
|
|
mic_host-objs += mic_smpt.o
|
|
mic_host-objs += mic_intr.o
|
|
mic_host-objs += mic_boot.o
|
|
mic_host-objs += mic_debugfs.o
|