]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - drivers/mcb/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / drivers / mcb / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
3764e82e
JT
2
3obj-$(CONFIG_MCB) += mcb.o
4
5mcb-y += mcb-core.o
6mcb-y += mcb-parse.o
b71bb863
JT
7
8obj-$(CONFIG_MCB_PCI) += mcb-pci.o
73edc8f7 9obj-$(CONFIG_MCB_LPC) += mcb-lpc.o