9 lines
168 B
Makefile
9 lines
168 B
Makefile
ifdef CONFIG_LORA32_ENABLED
|
|
|
|
COMPONENT_SRCDIRS := main
|
|
COMPONENT_ADD_INCLUDEDIRS := main include
|
|
COMPONENT_ADD_LDFLAGS := -lesp32-lora
|
|
|
|
COMPONENT_EXTRA_CLEAN :=
|
|
|
|
endif
|