uVisor: Fix the core selection pattern

pull/2774/head
Alessandro Angelino 2016-09-02 10:56:12 +01:00
parent 373b0ba34a
commit 8c5200c37f
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ rsync:
# Copying licenses
cp $(UVISOR_DIR)/LICENSE* $(TARGET_SUPPORTED)
TARGET_M%: $(TARGET_SUPPORTED)/*/*/*_m%_*.a
TARGET_M%: $(TARGET_SUPPORTED)/*/*/*_cortex_m%*.a
@printf "#\n# Copying $@ files...\n"
mkdir $(foreach file,$^,$(dir $(file))$@)
$(foreach file,$^,mv $(file) $(dir $(file))$@/lib$(notdir $(file));)