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