File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ kpath=$BUILD_TOP/qcom-next/arch/arm64/boot
1515CRD_DTB=$kpath /dts/qcom/x1e80100-crd.dtb
1616EVK_DTB=$kpath /dts/qcom/hamoa-iot-evk.dtb
1717QCS6490_DTB=$kpath /dts/qcom/qcs6490-rb3gen2.dtb
18-
18+ QCS8300_DTB=$kpath /dts/qcom/qcs8300-ride.dtb
19+ QCS9100_DTB=$kpath /dts/qcom/qcs9100-ride-r3.dtb
20+
1921# Clean previous build
2022rm -rf $BUILD_TOP /out/* ;
2123
@@ -40,3 +42,5 @@ make ARCH=arm64 modules_install INSTALL_MOD_PATH=$BUILD_TOP/out/modules INSTALL_
4042[ -f " $CRD_DTB " ] && cp " $CRD_DTB " " $BUILD_TOP /out/"
4143[ -f " $EVK_DTB " ] && cp " $EVK_DTB " " $BUILD_TOP /out/"
4244[ -f " $QCS6490_DTB " ] && cp " $QCS6490_DTB " " $BUILD_TOP /out/"
45+ [ -f " $QCS8300_DTB " ] && cp " $QCS8300_DTB " " $BUILD_TOP /out/"
46+ [ -f " $QCS9100_DTB " ] && cp " $QCS9100_DTB " " $BUILD_TOP /out/"
You can’t perform that action at this time.
0 commit comments