Makefile: Compile adc_sfdr_ut with -O3
authorsjlongland <sjlongland@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 24 Sep 2015 08:21:06 +0000 (08:21 +0000)
committersjlongland <sjlongland@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 24 Sep 2015 08:21:06 +0000 (08:21 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@2371 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/stm32/Makefile

index 443de9328d22fcc8c2dd779a99ee9774324795cb..10080d96dc178cbddfdd4558f8616230083c42b4 100644 (file)
@@ -769,7 +769,7 @@ src/init.c \
 src/stm32f4_adc_tuner.o: src/stm32f4_adc_tuner.c
        $(CC) $(CFLAGS) $^ -c -o $@
 
-adc_sfdr_ut.elf: $(ADC_SFDR_UT_SRCS:.c=.o) src/stm32f4_adc_tuner.O3.o \
+adc_sfdr_ut.elf: $(ADC_SFDR_UT_SRCS:.c=.O3.o) src/stm32f4_adc_tuner.O3.o \
                libstm32f4.a
        $(CC) $(CFLAGS) -O3 $^ -o $@ $(LIBPATHS) $(LIBS)