mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-19 11:33:51 +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
|
include $(RIOTBASE)/pkg/pkg.mk
|
||||||
|
|
||||||
all: $(CURDIR)/uf2conv.py
|
all: $(CURDIR)/uf2conv.py $(CURDIR)/uf2families.json
|
||||||
|
|
||||||
$(CURDIR)/uf2conv.py:
|
$(CURDIR)/uf2conv.py:
|
||||||
cp $(PKG_SOURCE_DIR)/utils/uf2conv.py .
|
cp $(PKG_SOURCE_DIR)/utils/uf2conv.py .
|
||||||
chmod a+x uf2conv.py
|
chmod a+x uf2conv.py
|
||||||
|
|
||||||
|
$(CURDIR)/uf2families.json:
|
||||||
|
cp $(PKG_SOURCE_DIR)/utils/uf2families.json .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user