git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
9 lines
141 B
Makefile
9 lines
141 B
Makefile
|
|
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
|