8 lines
213 B
Makefile
8 lines
213 B
Makefile
|
subdir-ccflags-y += -Werror
|
||
|
|
||
|
obj-$(CONFIG_VIDEO_I2C_SPIRI_GSM) += GobiNet.o
|
||
|
GobiNet-objs := GobiUSBNet.o QMIDevice.o QMI.o
|
||
|
|
||
|
ccflags-y += -I$(srctree)/drivers/net/usb
|
||
|
ccflags-y += -I$(srctree)/drivers/usb/serial/
|