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

View File

@ -1,9 +0,0 @@
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := websocket_example
EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common
include $(IDF_PATH)/make/project.mk