Blame view

drivers/mcb/Makefile 141 Bytes
3764e82e5   Johannes Thumshirn   drivers: Introduc...
1
2
3
4
5
  
  obj-$(CONFIG_MCB) += mcb.o
  
  mcb-y += mcb-core.o
  mcb-y += mcb-parse.o
b71bb8639   Johannes Thumshirn   mcb: Add PCI carr...
6
7
  
  obj-$(CONFIG_MCB_PCI) += mcb-pci.o
73edc8f7c   Andreas Werner   mcb: Added suppor...
8
  obj-$(CONFIG_MCB_LPC) += mcb-lpc.o