6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
|
ifeq ($(CONFIG_QGKI),y)
|
||
|
export CONFIG_MSM_VIDC_V4L2=y
|
||
|
else
|
||
|
export CONFIG_MSM_VIDC_V4L2=m
|
||
|
endif
|