From 1e6ac1f093710111045d77c83ae490b5619c4f0c Mon Sep 17 00:00:00 2001 From: Michel Rottleuthner Date: Thu, 2 Nov 2023 11:49:59 +0100 Subject: [PATCH] dist/tools/uf2: add target to also copy families.json file --- dist/tools/uf2/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dist/tools/uf2/Makefile b/dist/tools/uf2/Makefile index 36195ea553b7..23f45d18e350 100644 --- a/dist/tools/uf2/Makefile +++ b/dist/tools/uf2/Makefile @@ -5,8 +5,11 @@ PKG_LICENSE=MIT include $(RIOTBASE)/pkg/pkg.mk -all: $(CURDIR)/uf2conv.py +all: $(CURDIR)/uf2conv.py $(CURDIR)/uf2families.json $(CURDIR)/uf2conv.py: cp $(PKG_SOURCE_DIR)/utils/uf2conv.py . chmod a+x uf2conv.py + +$(CURDIR)/uf2families.json: + cp $(PKG_SOURCE_DIR)/utils/uf2families.json .