3764e82e51
The MCB (MEN Chameleon Bus) is a Bus specific to MEN Mikroelektronik FPGA based devices. It is used to identify MCB based IP-Cores within an FPGA and provide the necessary framework for instantiating drivers for these devices. Signed-off-by: Johannes Thumshirn <johannes.thumshirn@men.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6 lines
70 B
Makefile
6 lines
70 B
Makefile
|
|
obj-$(CONFIG_MCB) += mcb.o
|
|
|
|
mcb-y += mcb-core.o
|
|
mcb-y += mcb-parse.o
|