summaryrefslogtreecommitdiff
path: root/examples/rules.mk
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-03-02 22:57:33 +0700
committerhathach <[email protected]>2021-03-02 22:57:33 +0700
commitce942baad2b5601984662b428140e3cb9acdabbc (patch)
tree207d818d8b2b17fc9f8c2474e1f3a63de5cbf25e /examples/rules.mk
parentd56fad5f38ae77d4d83c3a7e0e4919147a8ab5fc (diff)
update pico-sdk to more recent commit
- move target_link_libraries() to family.cmake - enable pico_bootsel_via_double_reset
Diffstat (limited to 'examples/rules.mk')
-rw-r--r--examples/rules.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/rules.mk b/examples/rules.mk
index 2b28a4714..561494c6d 100644
--- a/examples/rules.mk
+++ b/examples/rules.mk
@@ -194,6 +194,8 @@ else
$(RM) -rf $(BUILD)
endif
+endif # GNU Make
+
# Print out the value of a make variable.
# https://stackoverflow.com/questions/16467718/how-to-print-out-a-variable-in-makefile
print-%:
@@ -227,7 +229,6 @@ flash-pyocd: $(BUILD)/$(PROJECT).hex
pyocd flash -t $(PYOCD_TARGET) $<
pyocd reset -t $(PYOCD_TARGET)
-endif # GNU Make
#-------------- Artifacts --------------