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

* Original commit: espressif/esp-idf@766aa57084
This commit is contained in:
Roland Dobai
2021-11-05 15:38:25 +01:00
committed by gabsuren
parent 665c520faf
commit 19c0455b4d
4 changed files with 0 additions and 17 deletions

View File

@ -1,4 +0,0 @@
ifdef CONFIG_WS_TRANSPORT
COMPONENT_SRCDIRS := .
COMPONENT_ADD_INCLUDEDIRS := include
endif

View File

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