Makefile 106 B

1234567
  1. obj-$(CONFIG_MCB) += mcb.o
  2. mcb-y += mcb-core.o
  3. mcb-y += mcb-parse.o
  4. obj-$(CONFIG_MCB_PCI) += mcb-pci.o