mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-26 08:28:24 -05: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 \
|