From: Ivan Grokhotkov Date: Wed, 14 Dec 2016 06:25:42 +0000 (+0800) Subject: ulp: add missing component.mk for tests X-Git-Tag: v2.0-rc1~127^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=616d1d32f1af3c3641cbfcb399b67a147207eb3b;p=esp-idf ulp: add missing component.mk for tests --- diff --git a/components/ulp/test/component.mk b/components/ulp/test/component.mk new file mode 100644 index 0000000000..ce464a212a --- /dev/null +++ b/components/ulp/test/component.mk @@ -0,0 +1 @@ +COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive diff --git a/components/ulp/test/test_ulp.c b/components/ulp/test/test_ulp.c index f8dc174dc7..f0000e1aa2 100644 --- a/components/ulp/test/test_ulp.c +++ b/components/ulp/test/test_ulp.c @@ -27,7 +27,7 @@ #include "soc/soc.h" #include "soc/rtc_cntl_reg.h" -#include "soc/saradc_reg.h" +#include "soc/sens_reg.h" #include "sdkconfig.h"