mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
linux: include symbols in dtb files
This slightly increases dtb size but it's important for applying DT overlays.
This commit is contained in:
parent
ea0fb3e525
commit
bc5bc703c3
@ -190,7 +190,7 @@ make_target() {
|
||||
KERNEL_TARGET="${KERNEL_TARGET/uImage/Image}"
|
||||
fi
|
||||
|
||||
kernel_make ${KERNEL_TARGET} ${KERNEL_MAKE_EXTRACMD} modules
|
||||
kernel_make DTC_FLAGS=-@ ${KERNEL_TARGET} ${KERNEL_MAKE_EXTRACMD} modules
|
||||
|
||||
if [ "${PKG_BUILD_PERF}" = "yes" ]; then
|
||||
( cd tools/perf
|
||||
|
Loading…
x
Reference in New Issue
Block a user