mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
linux: remove make headers_check
With the latest kernels - the following error is displayed in instead of the no-op. BUILD linux (host) TOOLCHAIN make (auto-detect) make[1]: Entering directory LibreELEC.tv/build.LibreELEC- ... =================== WARNING =================== Since Linux 5.5, 'make headers_check' is no-op, and will be removed after Linux 5.15 release. Please remove headers_check from your scripts. ===============================================
This commit is contained in:
parent
2e9262e1b4
commit
a1542dc849
@ -82,14 +82,7 @@ post_patch() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
make_host() {
|
make_host() {
|
||||||
make \
|
:
|
||||||
ARCH=${HEADERS_ARCH:-${TARGET_KERNEL_ARCH}} \
|
|
||||||
HOSTCC="${TOOLCHAIN}/bin/host-gcc" \
|
|
||||||
HOSTCXX="${TOOLCHAIN}/bin/host-g++" \
|
|
||||||
HOSTCFLAGS="${HOST_CFLAGS}" \
|
|
||||||
HOSTCXXFLAGS="${HOST_CXXFLAGS}" \
|
|
||||||
HOSTLDFLAGS="${HOST_LDFLAGS}" \
|
|
||||||
headers_check
|
|
||||||
}
|
}
|
||||||
|
|
||||||
makeinstall_host() {
|
makeinstall_host() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user