From c666ad8d634ee9c3e64f9111f90d36c8dcd756e6 Mon Sep 17 00:00:00 2001 From: philippe44 Date: Tue, 18 Feb 2020 19:30:32 -0800 Subject: [PATCH] add esp-dsp --- Makefile | 3 ++- Makefile_std.mk | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7eef1133..22c697c5 100644 --- a/Makefile +++ b/Makefile @@ -13,5 +13,6 @@ #recovery: CPPFLAGS+=-DRECOVERY_APPLICATION=1 PROJECT_NAME?=squeezelite +EXTRA_COMPONENT_DIRS := $(PROJECT_PATH)/esp-dsp include $(IDF_PATH)/make/project.mk -CPPFLAGS+= -Wno-error=maybe-uninitialized \ No newline at end of file +CPPFLAGS+= -Wno-error=maybe-uninitialized diff --git a/Makefile_std.mk b/Makefile_std.mk index 55e809c3..b1a67a7d 100644 --- a/Makefile_std.mk +++ b/Makefile_std.mk @@ -1,2 +1,3 @@ PROJECT_NAME?= squeezelite +EXTRA_COMPONENT_DIRS := $(PROJECT_PATH)/esp-dsp include $(IDF_PATH)/make/project.mk \ No newline at end of file