repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 4.2.1
[linux/fpc-iii.git]
/
drivers
/
misc
/
mic
/
Makefile
blob
a74042c5864955768e59f7981f9a997918f7b2e0
1
#
2
# Makefile - Intel MIC Linux driver.
3
# Copyright(c) 2013, Intel Corporation.
4
#
5
obj-
$(
CONFIG_INTEL_MIC_HOST
) +=
host
/
6
obj-
$(
CONFIG_INTEL_MIC_CARD
) +=
card
/
7
obj-y
+=
bus
/
8
obj-
$(
CONFIG_SCIF
) +=
scif
/