firmware/Makefile: update

This commit is contained in:
Peter McGoron 2023-05-30 16:50:30 -04:00
parent be03d68e6f
commit 7e42b8c41c
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
DEVICETREE_GEN_DIR=.
all: rtl_codegen build/digilent_arty/digilent_arty.bit overlay.dts overlay.cmake pin_io.c
all: rtl_codegen build/digilent_arty/digilent_arty.bit arty.dtb pin_io.c
rtl_codegen:
cd rtl && make
@ -13,7 +13,7 @@ clean:
cd rtl && make clean
arty.dts: csr.json
litex_json2dts_linux.py csr.json > arty.dts
litex_json2dts_linux csr.json > arty.dts
arty.dtb: arty.dts
dtc -O dtb -o arty.dtb arty.dts