]> Git Repo - linux.git/blob - drivers/misc/mic/host/Makefile
tools/bpftool: Add ringbuf map to a list of known map types
[linux.git] / drivers / misc / mic / host / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile - Intel MIC Linux driver.
4 # Copyright(c) 2013, Intel Corporation.
5 #
6 obj-$(CONFIG_INTEL_MIC_HOST) += mic_host.o
7 mic_host-objs := mic_main.o
8 mic_host-objs += mic_x100.o
9 mic_host-objs += mic_smpt.o
10 mic_host-objs += mic_intr.o
11 mic_host-objs += mic_boot.o
12 mic_host-objs += mic_debugfs.o
This page took 0.036805 seconds and 4 git commands to generate.