6 lines
91 B
Plaintext
Executable File
6 lines
91 B
Plaintext
Executable File
ifeq ($(CONFIG_QGKI),y)
|
|
export TARGET_SYNX_ENABLE=y
|
|
else
|
|
export TARGET_SYNX_ENABLE=m
|
|
endif
|