Fix a build issue with replacing init_spi_flash() in the host tests

This commit is contained in:
Anton Maklakov
2019-08-01 11:23:41 +07:00
parent 12403e39b4
commit ec94ee80f7
11 changed files with 8 additions and 43 deletions
@@ -79,7 +79,6 @@ $(foreach cxxfile, $(CPPFILES), $(eval $(call COMPILE_CPP, $(cxxfile))))
TEST_SOURCE_FILES = \
test_spiffs.cpp \
main.cpp \
test_utils.c
TEST_OBJ_FILES = $(filter %.o, $(TEST_SOURCE_FILES:.cpp=.o) $(TEST_SOURCE_FILES:.c=.o))