X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Fcommon_arm.mak;h=c14df93357953330a27077be0fa7e2800d904ca6;hb=662e622b59369f975691a70756f80188d8d27ea0;hp=ce6d711cf329eaeea58cced252828f427728203f;hpb=2239662e540d460859ef50c7e2137ae1822eb8d9;p=libpicofe.git diff --git a/common/common_arm.mak b/common/common_arm.mak index ce6d711..c14df93 100644 --- a/common/common_arm.mak +++ b/common/common_arm.mak @@ -24,6 +24,10 @@ ifeq "$(asm_cdmemory)" "1" DEFINES += _ASM_CD_MEMORY_C OBJS += pico/cd/memory_arm.o endif +ifeq "$(asm_32xdraw)" "1" +DEFINES += _ASM_32X_DRAW +OBJS += pico/32x/draw_arm.o +endif DIRS += cpu/Cyclone cpu/Cyclone/proj cpu/Cyclone/tools cpu/DrZ80