https://github.com/torvalds/linux
Raw File
Tip revision: eaa27f34e91a14cdceed26ed6c6793ec1d186115 authored by Linus Torvalds on 11 January 2015, 20:44:53 UTC
linux 3.19-rc4
Tip revision: eaa27f3
Makefile
#
# Makefile for the VME bridge device drivers.
#
obj-$(CONFIG_VME_BUS)		+= vme.o

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