forked from Minki/linux
5f5bac8272
The code is divided in two parts. There is a virtual 'bus' driver that handles PCI device and registers three new devices one per card reader type. The other driver handles SD/MMC part of the reader. Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Signed-off-by: Pierre Ossman <pierre@ossman.eu>
5 lines
106 B
Makefile
5 lines
106 B
Makefile
obj-$(CONFIG_CB710_CORE) += cb710.o
|
|
|
|
cb710-y := core.o sgbuf2.o
|
|
cb710-$(CONFIG_CB710_DEBUG) += debug.o
|