nuttx-apps/interpreters/micropython/Make.defs

5 lines
95 B
Plaintext
Raw Normal View History

ifeq ($(CONFIG_INTERPRETERS_MICROPYTHON),y)
CONFIGURED_APPS += interpreters/micropython
endif