mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-14 16:44:29 +08:00
0013ca8c52
siano is, in fact, 2 drivers: one for MMC and one for USB, plus a common bus-independent code. Break it accordingly. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
7 lines
171 B
Makefile
7 lines
171 B
Makefile
obj-$(CONFIG_SMS_SDIO_DRV) += smssdio.o
|
|
|
|
ccflags-y += -Idrivers/media/dvb-core
|
|
ccflags-y += -Idrivers/media/common/siano
|
|
ccflags-y += $(extra-cflags-y) $(extra-cflags-m)
|
|
|