We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373b0ba commit 8c5200cCopy full SHA for 8c5200c
features/FEATURE_UVISOR/importer/Makefile
@@ -81,7 +81,7 @@ rsync:
81
# Copying licenses
82
cp $(UVISOR_DIR)/LICENSE* $(TARGET_SUPPORTED)
83
84
-TARGET_M%: $(TARGET_SUPPORTED)/*/*/*_m%_*.a
+TARGET_M%: $(TARGET_SUPPORTED)/*/*/*_cortex_m%*.a
85
@printf "#\n# Copying $@ files...\n"
86
mkdir $(foreach file,$^,$(dir $(file))$@)
87
$(foreach file,$^,mv $(file) $(dir $(file))$@/lib$(notdir $(file));)
0 commit comments