]> granicus.if.org Git - esp-idf/commitdiff
ulp: add missing component.mk for tests
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 14 Dec 2016 06:25:42 +0000 (14:25 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Fri, 16 Dec 2016 06:30:27 +0000 (14:30 +0800)
components/ulp/test/component.mk [new file with mode: 0644]
components/ulp/test/test_ulp.c

diff --git a/components/ulp/test/component.mk b/components/ulp/test/component.mk
new file mode 100644 (file)
index 0000000..ce464a2
--- /dev/null
@@ -0,0 +1 @@
+COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
index f8dc174dc722e71f014462133b2617eb69344ceb..f0000e1aa29db69c41ffa952463a46a4e3672058 100644 (file)
@@ -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"