mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-01 19:46:50 +07:00
8 lines
124 B
Makefile
8 lines
124 B
Makefile
|
#
|
||
|
# Makefile for the VME bridge device drivers.
|
||
|
#
|
||
|
obj-$(CONFIG_VME_BUS) += vme.o
|
||
|
|
||
|
obj-y += bridges/
|
||
|
obj-y += boards/
|