mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 18:53:52 +08: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/
|