mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 02:05:21 +00:00
less hardcoded paths in Makefile
This commit is contained in:
parent
5e76c83309
commit
27920d3504
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user