mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 20:17:04 +03:00
10 lines
355 B
Makefile
10 lines
355 B
Makefile
#
|
|
# Main Makefile. This is basically the same as a component makefile.
|
|
#
|
|
CFLAGS += -D LOG_LOCAL_LEVEL=ESP_LOG_DEBUG \
|
|
-I$(COMPONENT_PATH)/../tools
|
|
COMPONENT_ADD_INCLUDEDIRS := .
|
|
COMPONENT_ADD_INCLUDEDIRS += $(COMPONENT_PATH)/../tools
|
|
COMPONENT_ADD_INCLUDEDIRS += $(COMPONENT_PATH)/../squeezelite-ota
|
|
COMPONENT_EXTRA_INCLUDES += $(PROJECT_PATH)/main/
|