From dfb2ef3e3a18a37aa722e0e34233fa497484e7cb Mon Sep 17 00:00:00 2001 From: philippe44 Date: Tue, 18 Feb 2020 21:08:12 -0800 Subject: [PATCH] project_path? --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 22c697c5..040dfc69 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,6 @@ #recovery: CPPFLAGS+=-DRECOVERY_APPLICATION=1 PROJECT_NAME?=squeezelite -EXTRA_COMPONENT_DIRS := $(PROJECT_PATH)/esp-dsp +EXTRA_COMPONENT_DIRS := $(PROJECT_PATH)/tagada/esp-dsp include $(IDF_PATH)/make/project.mk CPPFLAGS+= -Wno-error=maybe-uninitialized