mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-05-07 15:06:38 +02:00
7 lines
298 B
Makefile
7 lines
298 B
Makefile
OBJS += ppc/cpu.o \
|
|
ppc/float_dsp_init.o \
|
|
|
|
ALTIVEC-OBJS += ppc/float_dsp_altivec.o \
|
|
|
|
VSX-OBJS += ppc/float_dsp_vsx.o \
|