You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
446B

  1. OBJS += arm/cpu.o \
  2. arm/float_dsp_init_arm.o \
  3. VFP-OBJS += arm/float_dsp_init_vfp.o \
  4. arm/float_dsp_vfp.o \
  5. NEON-OBJS += arm/float_dsp_init_neon.o \
  6. arm/float_dsp_neon.o \