From 535ab44caf9b2977a5047df2d05d38970f426c85 Mon Sep 17 00:00:00 2001 From: Tuan PM Date: Fri, 16 Sep 2016 15:19:55 +0700 Subject: [PATCH] change CFLAGS correct with idf --- component.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component.mk b/component.mk index bd2cba0..7fd9a65 100644 --- a/component.mk +++ b/component.mk @@ -11,7 +11,7 @@ COMPONENT_ADD_INCLUDEDIRS := include COMPONENT_SRCDIRS := . #EXTRA_CFLAGS := -DICACHE_RODATA_ATTR -EXTRA_CFLAGS := -Wno-error=implicit-function-declaration -Wno-error=format= -DHAVE_CONFIG_H +CFLAGS += -Wno-error=implicit-function-declaration -Wno-error=format= -DHAVE_CONFIG_H