From 17e5e771878a3796646364247e122de0a62fd355 Mon Sep 17 00:00:00 2001 From: Michael Cardell Widerkrantz Date: Fri, 29 Aug 2025 14:19:44 +0200 Subject: [PATCH] build: Always rebuild firmware if any header file changes --- hw/application_fpga/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/application_fpga/Makefile b/hw/application_fpga/Makefile index efb8139..74c18e4 100644 --- a/hw/application_fpga/Makefile +++ b/hw/application_fpga/Makefile @@ -124,8 +124,9 @@ PICORV32_SRCS = \ $(P)/core/picorv32/rtl/picorv32.v +# Mention mgmt_app_digest.h explicitly since it needs to be generated. FIRMWARE_DEPS = \ - $(P)/fw/tk1/proto.h \ + $(P)/fw/tk1/*.h \ $(P)/fw/tk1/mgmt_app_digest.h FIRMWARE_OBJS = \