mirror of https://github.com/ARMmbed/mbed-os.git
uVisor: Fix the core selection pattern
parent
373b0ba34a
commit
8c5200c37f
|
@ -81,7 +81,7 @@ rsync:
|
||||||
# Copying licenses
|
# Copying licenses
|
||||||
cp $(UVISOR_DIR)/LICENSE* $(TARGET_SUPPORTED)
|
cp $(UVISOR_DIR)/LICENSE* $(TARGET_SUPPORTED)
|
||||||
|
|
||||||
TARGET_M%: $(TARGET_SUPPORTED)/*/*/*_m%_*.a
|
TARGET_M%: $(TARGET_SUPPORTED)/*/*/*_cortex_m%*.a
|
||||||
@printf "#\n# Copying $@ files...\n"
|
@printf "#\n# Copying $@ files...\n"
|
||||||
mkdir $(foreach file,$^,$(dir $(file))$@)
|
mkdir $(foreach file,$^,$(dir $(file))$@)
|
||||||
$(foreach file,$^,mv $(file) $(dir $(file))$@/lib$(notdir $(file));)
|
$(foreach file,$^,mv $(file) $(dir $(file))$@/lib$(notdir $(file));)
|
||||||
|
|
Loading…
Reference in New Issue