Skip to content

Commit

Permalink
Add DTC
Browse files Browse the repository at this point in the history
Signed-off-by: Carlo Dandan <[email protected]>
  • Loading branch information
carlodandan authored Apr 2, 2024
1 parent ef9885c commit cdf4aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GCC_BRANCH="master-kernel-build-2021"

# Setup make Command
make_fun() {
make O=out ARCH=arm64 CC=clang HOSTCC=clang \
make O=out ARCH=arm64 CC=clang HOSTCC=clang DTC=dtc \
CLANG_TRIPLE=aarch64-linux-gnu- \
CROSS_COMPILE=aarch64-linux-androidkernel- "$@"
}
Expand Down

0 comments on commit cdf4aaa

Please sign in to comment.