https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 32af497bed629da38768a1db30b997adba8e00bf authored by Jason Self on 04 January 2014, 23:12:27 UTC
Linux-libre 3.13-rc7-gnu
Tip revision: 32af497
Makefile
#
# Makefile for the VME bridge device drivers.
#
obj-$(CONFIG_VME_BUS)		+= vme.o

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