less hardcoded paths in Makefile

This commit is contained in:
bbracker 2022-04-21 20:42:02 -07:00
parent 9eec1a83a6
commit cd70175e5a

View File

@ -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}