mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
dist/tools/uf2: add target to also copy families.json file
This commit is contained in:
parent
cbea7397de
commit
1e6ac1f093
5
dist/tools/uf2/Makefile
vendored
5
dist/tools/uf2/Makefile
vendored
@ -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 .
|
||||
|
Loading…
Reference in New Issue
Block a user