diff --git a/components/esp_websocket_client/component.mk b/components/esp_websocket_client/component.mk deleted file mode 100644 index 300fea3da..000000000 --- a/components/esp_websocket_client/component.mk +++ /dev/null @@ -1,4 +0,0 @@ -ifdef CONFIG_WS_TRANSPORT -COMPONENT_SRCDIRS := . -COMPONENT_ADD_INCLUDEDIRS := include -endif diff --git a/components/esp_websocket_client/test/component.mk b/components/esp_websocket_client/test/component.mk deleted file mode 100644 index 8c6eb513e..000000000 --- a/components/esp_websocket_client/test/component.mk +++ /dev/null @@ -1,4 +0,0 @@ -# -#Component Makefile -# -COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive diff --git a/examples/protocols/websocket/Makefile b/examples/protocols/websocket/Makefile deleted file mode 100644 index 9c0adb31c..000000000 --- a/examples/protocols/websocket/Makefile +++ /dev/null @@ -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 diff --git a/examples/protocols/websocket/main/component.mk b/examples/protocols/websocket/main/component.mk deleted file mode 100644 index e69de29bb..000000000