mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-04 04:44:37 +08:00
b73c295833
This patch deletes the virtio functionality from the MIC X100 card 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>
11 lines
235 B
Makefile
11 lines
235 B
Makefile
#
|
|
# Makefile - Intel MIC Linux driver.
|
|
# Copyright(c) 2013, Intel Corporation.
|
|
#
|
|
ccflags-y += -DINTEL_MIC_CARD
|
|
|
|
obj-$(CONFIG_INTEL_MIC_CARD) += mic_card.o
|
|
mic_card-y += mic_x100.o
|
|
mic_card-y += mic_device.o
|
|
mic_card-y += mic_debugfs.o
|