Skip to content

Commit

Permalink
dist/tools/uf2: add target to also copy families.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelRottleuthner committed Nov 2, 2023
1 parent cbea739 commit 1e6ac1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dist/tools/uf2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

0 comments on commit 1e6ac1f

Please sign in to comment.