Revision fd55cd3d3a8e57b6fac5966a23aca3cf6035b34c authored by Nicolas Pitre on 23 October 2008, 18:35:09 UTC, committed by Russell King on 23 October 2008, 18:58:19 UTC
Signed-off-by: Nicolas Pitre <nico@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1 parent 884afaa
Raw File
Makefile
# Makefile for the Linux MCA bus support

obj-y	:= mca-bus.o mca-device.o mca-driver.o

obj-$(CONFIG_MCA_PROC_FS)	+= mca-proc.o
obj-$(CONFIG_MCA_LEGACY)	+= mca-legacy.o

back to top