Revision ad81f0545ef01ea651886dddac4bef6cec930092 authored by Linus Torvalds on 14 July 2013, 22:18:27 UTC, committed by Linus Torvalds on 14 July 2013, 22:18:27 UTC
1 parent 54be820
Raw File
Makefile
#
# Makefile for the VME bridge device drivers.
#
obj-$(CONFIG_VME_BUS)		+= vme.o

obj-y				+= bridges/
obj-y				+= boards/
back to top