Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.9-rc2 8 lines 231 B view raw
1# 2# Makefile - Intel MIC Linux driver. 3# Copyright(c) 2014, Intel Corporation. 4# 5obj-$(CONFIG_INTEL_MIC_BUS) += mic_bus.o 6obj-$(CONFIG_SCIF_BUS) += scif_bus.o 7obj-$(CONFIG_MIC_COSM) += cosm_bus.o 8obj-$(CONFIG_VOP_BUS) += vop_bus.o