You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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
|
|
|
|
|