1*f6dc9357SAndroid Build Coastguard Worker!IFDEF ASM_OBJS 2*f6dc9357SAndroid Build Coastguard Worker!IF "$(PLATFORM)" == "arm64" 3*f6dc9357SAndroid Build Coastguard Worker$(ASM_OBJS): ../../../../Asm/arm64/$(*B).S 4*f6dc9357SAndroid Build Coastguard Worker $(COMPL_ASM_CLANG) 5*f6dc9357SAndroid Build Coastguard Worker!ELSEIF "$(PLATFORM)" == "arm" 6*f6dc9357SAndroid Build Coastguard Worker$(ASM_OBJS): ../../../../Asm/arm/$(*B).asm 7*f6dc9357SAndroid Build Coastguard Worker $(COMPL_ASM) 8*f6dc9357SAndroid Build Coastguard Worker!ELSEIF "$(PLATFORM)" != "ia64" && "$(PLATFORM)" != "mips" 9*f6dc9357SAndroid Build Coastguard Worker$(ASM_OBJS): ../../../../Asm/x86/$(*B).asm 10*f6dc9357SAndroid Build Coastguard Worker $(COMPL_ASM) 11*f6dc9357SAndroid Build Coastguard Worker!ENDIF 12*f6dc9357SAndroid Build Coastguard Worker!ENDIF 13