Blame view

drivers/mcb/Makefile 176 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  # SPDX-License-Identifier: GPL-2.0
3764e82e5   Johannes Thumshirn   drivers: Introduc...
2
3
4
5
6
  
  obj-$(CONFIG_MCB) += mcb.o
  
  mcb-y += mcb-core.o
  mcb-y += mcb-parse.o
b71bb8639   Johannes Thumshirn   mcb: Add PCI carr...
7
8
  
  obj-$(CONFIG_MCB_PCI) += mcb-pci.o
73edc8f7c   Andreas Werner   mcb: Added suppor...
9
  obj-$(CONFIG_MCB_LPC) += mcb-lpc.o