Skip to content

Commit

Permalink
Merge pull request #5133 from HiassofT/le10-dtcflags
Browse files Browse the repository at this point in the history
linux: set DTC_FLAGS as environment variable instead of make argument
  • Loading branch information
CvH committed Feb 13, 2021
2 parents 6100a01 + 8be2648 commit bb87f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/linux/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ make_target() {
KERNEL_TARGET="${KERNEL_TARGET/uImage/Image}"
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
( cd tools/perf
Expand Down

0 comments on commit bb87f89

Please sign in to comment.