Skip to content

Commit 8c5200c

Browse files
committed
uVisor: Fix the core selection pattern
1 parent 373b0ba commit 8c5200c

File tree

1 file changed

+1
-1
lines changed
  • features/FEATURE_UVISOR/importer

1 file changed

+1
-1
lines changed

features/FEATURE_UVISOR/importer/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ rsync:
8181
# Copying licenses
8282
cp $(UVISOR_DIR)/LICENSE* $(TARGET_SUPPORTED)
8383

84-
TARGET_M%: $(TARGET_SUPPORTED)/*/*/*_m%_*.a
84+
TARGET_M%: $(TARGET_SUPPORTED)/*/*/*_cortex_m%*.a
8585
@printf "#\n# Copying $@ files...\n"
8686
mkdir $(foreach file,$^,$(dir $(file))$@)
8787
$(foreach file,$^,mv $(file) $(dir $(file))$@/lib$(notdir $(file));)

0 commit comments

Comments
 (0)