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