repo.or.cz
/
linux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 6.13-rc4
[linux.git]
/
drivers
/
staging
/
vme_user
/
Makefile
blob
8dcc6938ce5c56b6da0298881f0f89bfc3982672
1
# SPDX-License-Identifier: GPL-2.0
2
#
3
# Makefile for the VME device drivers.
4
#
5
6
obj-
$(
CONFIG_VME_BUS
) +=
vme.o
7
obj-
$(
CONFIG_VME_USER
) +=
vme_user.o
8
obj-
$(
CONFIG_VME_TSI148
) +=
vme_tsi148.o
9
obj-
$(
CONFIG_VME_FAKE
) +=
vme_fake.o