1#
2# Makefile for the VME bridge device drivers.
3#
4obj-$(CONFIG_VME_BUS)		+= vme.o
5
6obj-y				+= bridges/
7obj-y				+= devices/
8obj-y				+= boards/
9