mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 10:17:30 +02:00
Build & config: Remove leftover files from the unsupported "make" build system
* Original commit: espressif/esp-idf@766aa57084
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
be2a924674
commit
4a9d55edf7
@ -1,7 +0,0 @@
|
||||
ifdef CONFIG_MDNS_NETWORKING_SOCKET
|
||||
COMPONENT_OBJEXCLUDE := mdns_networking_lwip.o
|
||||
else
|
||||
COMPONENT_OBJEXCLUDE := mdns_networking_socket.o
|
||||
endif
|
||||
COMPONENT_ADD_INCLUDEDIRS := include
|
||||
COMPONENT_PRIV_INCLUDEDIRS := private_include
|
@ -1,4 +0,0 @@
|
||||
#
|
||||
#Component Makefile
|
||||
#
|
||||
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
|
Reference in New Issue
Block a user