Makefile: Tweak 'clean' target to include ../src .
authorsjlongland <sjlongland@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 24 Sep 2015 08:11:37 +0000 (08:11 +0000)
committersjlongland <sjlongland@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 24 Sep 2015 08:11:37 +0000 (08:11 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@2354 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/stm32/Makefile

index e9b9f95ecf22510b79fe2caea46c3fbaf1264a40..bcd3b351d5a816fcdf1d446b7477dd81bb26736e 100644 (file)
@@ -769,7 +769,7 @@ adc_sfdr_ut.elf: $(ADC_SFDR_UT_SRCS:.c=.o) src/stm32f4_adc_tuner.O3.o \
 clean:
        rm -f *.elf *.bin
        rm -f libstm32f4.a
-       find $(PERIPHLIBDIR) -type f -name '*.o' | xargs rm -f
+       find . ../src -type f -name '*.o' | xargs rm -f
 
 # ---------------------------------------------------------------------------------