BUILD: remove 10-years old error message for obsolete option USE_TCPSPLICE
The USE_TCPSPLICE option was removed in 1.4-dev3 10 years ago, and the error message remained to warn the user. Let's get rid of it now.
This commit is contained in:
parent
5c0ac3a51e
commit
9fc5cc609d
4
Makefile
4
Makefile
@ -477,10 +477,6 @@ BUILD_OPTIONS =
|
||||
# BUILD_OPTIONS += $(call ignore_implicit,USE_xxx)
|
||||
ignore_implicit = $(patsubst %=implicit,,$(1)=$($(1)))
|
||||
|
||||
ifneq ($(USE_TCPSPLICE),)
|
||||
$(error experimental option USE_TCPSPLICE has been removed, check USE_LINUX_SPLICE)
|
||||
endif
|
||||
|
||||
ifneq ($(USE_LINUX_SPLICE),)
|
||||
OPTIONS_CFLAGS += -DCONFIG_HAP_LINUX_SPLICE
|
||||
BUILD_OPTIONS += $(call ignore_implicit,USE_LINUX_SPLICE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user