mirror of
https://github.com/holub/mame
synced 2025-05-02 20:46:41 +03:00
8 lines
192 B
Makefile
8 lines
192 B
Makefile
!IF "$(CPU)" == "ARM"
|
|
$(ASM_OBJS): ../../../../Asm/Arm/$(*B).asm
|
|
$(COMPL_ASM)
|
|
!ELSEIF "$(CPU)" != "IA64" && "$(CPU)" != "MIPS"
|
|
$(ASM_OBJS): ../../../../Asm/x86/$(*B).asm
|
|
$(COMPL_ASM)
|
|
!ENDIF
|