Makefile 170 B

1234567
  1. # Makefile for the Linux MCA bus support
  2. obj-y := mca-bus.o mca-device.o mca-driver.o
  3. obj-$(CONFIG_MCA_PROC_FS) += mca-proc.o
  4. obj-$(CONFIG_MCA_LEGACY) += mca-legacy.o