Makefile 337 Bytes
Newer Older
1 2
OBJS                             += aarch64/audio_convert_init.o    \
                                    aarch64/resample_init.o         \
3

4
OBJS-$(CONFIG_NEON_CLOBBER_TEST) += aarch64/neontest.o
5

6 7
NEON-OBJS                        += aarch64/audio_convert_neon.o    \
                                    aarch64/resample_neon.o         \