forked from Github_Repos/cvw
less hardcoded paths in Makefile
This commit is contained in:
parent
9eec1a83a6
commit
cd70175e5a
@ -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