mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-26 09:28:25 -05:00
9 lines
446 B
Makefile
Executable File
9 lines
446 B
Makefile
Executable File
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 \
|