From 7e42b8c41c9a541a7896be2059bfa26f911421c4 Mon Sep 17 00:00:00 2001 From: Peter McGoron Date: Tue, 30 May 2023 16:50:30 -0400 Subject: [PATCH] firmware/Makefile: update --- firmware/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/Makefile b/firmware/Makefile index 72f4bf8..7579741 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -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