mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
Build test applicatoin on host failer fixed.
Make host tests compilible.
This commit is contained in:
parent
2281f6318a
commit
6a950d6a17
@ -2,7 +2,8 @@ SOURCE_FILES := \
|
||||
app_update/esp_ota_eps.c \
|
||||
log/log.c \
|
||||
newlib/lock.c \
|
||||
esp32/crc.cpp
|
||||
esp32/crc.cpp \
|
||||
esp32/esp_random.c
|
||||
|
||||
INCLUDE_DIRS := \
|
||||
../include \
|
||||
|
@ -16,7 +16,7 @@ SPI_FLASH_SIM_LIB := libspi_flash.a
|
||||
include Makefile.files
|
||||
|
||||
all: test
|
||||
log/esp_random.c \
|
||||
|
||||
|
||||
ifndef SDKCONFIG
|
||||
SDKCONFIG_DIR := $(dir $(realpath sdkconfig/sdkconfig.h))
|
||||
|
Loading…
x
Reference in New Issue
Block a user