mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
Add support for MCB over PCI devices. Both PCI attached on-board Chameleon FPGAs as well as CompactPCI based MCB carrier cards are supported with this driver. Signed-off-by: Johannes Thumshirn <johannes.thumshirn@men.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7 lines
106 B
Makefile
7 lines
106 B
Makefile
|
|
obj-$(CONFIG_MCB) += mcb.o
|
|
|
|
mcb-y += mcb-core.o
|
|
mcb-y += mcb-parse.o
|
|
|
|
obj-$(CONFIG_MCB_PCI) += mcb-pci.o
|