mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 04:56:46 +07: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)
|
|
|