esp32-lora/component.mk

10 lines
168 B
Makefile
Raw Permalink Normal View History

2018-07-28 14:33:15 -04:00
ifdef CONFIG_LORA32_ENABLED
COMPONENT_SRCDIRS := main
COMPONENT_ADD_INCLUDEDIRS := main include
COMPONENT_ADD_LDFLAGS := -lesp32-lora
COMPONENT_EXTRA_CLEAN :=
endif