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