PATH:
usr
/
src
/
kernels
/
5.14.0-611.54.3.el9_7.x86_64
/
drivers
/
vme
# SPDX-License-Identifier: GPL-2.0-only # # Makefile for the VME bridge device drivers. # obj-$(CONFIG_VME_BUS) += vme.o obj-y += bridges/ obj-y += boards/
[+]
boards
[-] Makefile
[edit]
[-] Kconfig
[edit]
[+]
bridges
[+]
..