mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
db3b9e990e
This moves the VME core, VME board drivers, and VME bridge drivers out of the drivers/staging/vme/ area to drivers/vme/. The VME device drivers have not moved out yet due to some API questions they are still working through, that should happen soon, hopefully. Cc: Martyn Welch <martyn.welch@ge.com> Cc: Manohar Vanga <manohar.vanga@cern.ch> Cc: Vincent Bossier <vincent.bossier@gmail.com> Cc: "Emilio G. Cota" <cota@braap.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7 lines
124 B
Makefile
7 lines
124 B
Makefile
#
|
|
# Makefile for the VME bridge device drivers.
|
|
#
|
|
obj-$(CONFIG_VME_BUS) += vme.o
|
|
|
|
obj-y += bridges/
|
|
obj-y += boards/
|