mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
Merge pull request #5133 from HiassofT/le10-dtcflags
linux: set DTC_FLAGS as environment variable instead of make argument
This commit is contained in:
commit
bb87f89171
@ -190,7 +190,7 @@ make_target() {
|
|||||||
KERNEL_TARGET="${KERNEL_TARGET/uImage/Image}"
|
KERNEL_TARGET="${KERNEL_TARGET/uImage/Image}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
kernel_make DTC_FLAGS=-@ ${KERNEL_TARGET} ${KERNEL_MAKE_EXTRACMD} modules
|
DTC_FLAGS=-@ kernel_make ${KERNEL_TARGET} ${KERNEL_MAKE_EXTRACMD} modules
|
||||||
|
|
||||||
if [ "${PKG_BUILD_PERF}" = "yes" ]; then
|
if [ "${PKG_BUILD_PERF}" = "yes" ]; then
|
||||||
( cd tools/perf
|
( cd tools/perf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user