From 586323c60816f3210bc34cd1b91fe3816237809b Mon Sep 17 00:00:00 2001 From: Josh Watts Date: Thu, 16 Feb 2017 19:45:59 -0500 Subject: [PATCH] Update to match esp-idf style changes --- component.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/component.mk b/component.mk index 7fd9a65..229049d 100644 --- a/component.mk +++ b/component.mk @@ -9,10 +9,5 @@ COMPONENT_ADD_INCLUDEDIRS := include #COMPONENT_PRIV_INCLUDEDIRS := -COMPONENT_SRCDIRS := . #EXTRA_CFLAGS := -DICACHE_RODATA_ATTR CFLAGS += -Wno-error=implicit-function-declaration -Wno-error=format= -DHAVE_CONFIG_H - - - -include $(IDF_PATH)/make/component_common.mk