Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « mcb « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 77073c5928f421243a572c8f5387b102cac4846a (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: GPL-2.0

obj-$(CONFIG_MCB) += mcb.o

mcb-y += mcb-core.o
mcb-y += mcb-parse.o

obj-$(CONFIG_MCB_PCI) += mcb-pci.o
obj-$(CONFIG_MCB_LPC) += mcb-lpc.o