ulp: add missing component.mk for tests
This commit is contained in:
parent
83184bd52b
commit
616d1d32f1
2 changed files with 2 additions and 1 deletions
1
components/ulp/test/component.mk
Normal file
1
components/ulp/test/component.mk
Normal file
|
@ -0,0 +1 @@
|
|||
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue