mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 10:44:23 +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
169 B
Makefile
7 lines
169 B
Makefile
obj-$(CONFIG_SMS_USB_DRV) += smsusb.o
|
|
|
|
ccflags-y += -Idrivers/media/dvb-core
|
|
ccflags-y += -Idrivers/media/common/siano
|
|
ccflags-y += $(extra-cflags-y) $(extra-cflags-m)
|
|
|