linux: include symbols in dtb files

This slightly increases dtb size but it's important for applying DT
overlays.
This commit is contained in:
Jernej Skrabec 2020-12-24 17:57:53 +01:00
parent ea0fb3e525
commit bc5bc703c3

View File

@ -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