From cd70175e5a8476e325f875c9ce25c957e5aca0dd Mon Sep 17 00:00:00 2001 From: bbracker Date: Thu, 21 Apr 2022 20:42:02 -0700 Subject: [PATCH] less hardcoded paths in Makefile --- linux/buildroot-scripts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/buildroot-scripts/Makefile b/linux/buildroot-scripts/Makefile index 34f5e345..29dbfa10 100644 --- a/linux/buildroot-scripts/Makefile +++ b/linux/buildroot-scripts/Makefile @@ -7,7 +7,7 @@ all: generate: # generating device tree binary - dtc -I dts -O dtb ../devicetree/wally-virt.dts > ${RISCV}/buildroot/output/images/wally-virt.dtb + dtc -I dts -O dtb ../devicetree/wally-virt.dts > ${IMAGES}/wally-virt.dtb disassemble: mkdir -p ${DIS}