mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-26 11:28:28 +00: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/
|