Build & config: Remove leftover files from the unsupported "make" build system

This commit is contained in:
Roland Dobai
2021-11-05 15:38:25 +01:00
parent 2c606c29b1
commit 766aa57084
690 changed files with 0 additions and 6540 deletions
-1
View File
@@ -1 +0,0 @@
CPPFLAGS += -DUNITY_INCLUDE_CONFIG_H
-23
View File
@@ -1,23 +0,0 @@
#
# Component Makefile
#
unity/src/unity.o: CFLAGS += -Wno-unused-const-variable
COMPONENT_ADD_INCLUDEDIRS = include unity/src
COMPONENT_SRCDIRS = unity/src .
ifdef CONFIG_UNITY_ENABLE_BACKTRACE_ON_FAIL
COMPONENT_PRIV_INCLUDEDIRS += include/priv
endif
ifndef CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER
COMPONENT_OBJEXCLUDE += unity_runner.o
endif
ifdef CONFIG_UNITY_ENABLE_FIXTURE
COMPONENT_SRCDIRS += unity/extras/fixture/src
COMPONENT_ADD_INCLUDEDIRS += unity/extras/fixture/src
endif
COMPONENT_SUBMODULES := unity