ulp: add missing component.mk for tests

This commit is contained in:
Ivan Grokhotkov 2016-12-14 14:25:42 +08:00
parent 83184bd52b
commit 616d1d32f1
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive

View 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"