projects
/
linux-2.6-microblaze.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[linux-2.6-microblaze.git]
/
drivers
/
misc
/
mic
/
vop
/
Makefile
1
# SPDX-License-Identifier: GPL-2.0-only
2
#
3
# Makefile - Intel MIC Linux driver.
4
# Copyright(c) 2016, Intel Corporation.
5
#
6
obj-m := vop.o
7
8
vop-objs += vop_main.o
9
vop-objs += vop_debugfs.o
10
vop-objs += vop_vringh.o