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: bcc7745774abfee8ffa2e552c5f0175cd25be01b (plain)
1
2
3
4
5
6
7
8

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