mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-26 11:28:24 -05:00
9 lines
446 B
Makefile
9 lines
446 B
Makefile
|
OBJS += arm/cpu.o \
|
||
|
arm/float_dsp_init_arm.o \
|
||
|
|
||
|
VFP-OBJS += arm/float_dsp_init_vfp.o \
|
||
|
arm/float_dsp_vfp.o \
|
||
|
|
||
|
NEON-OBJS += arm/float_dsp_init_neon.o \
|
||
|
arm/float_dsp_neon.o \
|