Makefile 385 Bytes
Newer Older
1
YASM-OBJS                       += x86/audio_convert.o\
2
                                   x86/rematrix.o\
3
                                   x86/resample.o\
4

5 6 7
OBJS                            += x86/audio_convert_init.o\
                                   x86/rematrix_init.o\
                                   x86/resample_init.o\
8

9
OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o