From 28d614757e136d63a965c6d66b7838a656505510 Mon Sep 17 00:00:00 2001 From: Fergus Noble Date: Wed, 26 Oct 2011 13:39:04 -0700 Subject: Removing silly dummy target. --- examples/stm32f1/Makefile.include | 4 ---- 1 file changed, 4 deletions(-) (limited to 'examples/stm32f1') diff --git a/examples/stm32f1/Makefile.include b/examples/stm32f1/Makefile.include index 82e6d2a..2edd255 100644 --- a/examples/stm32f1/Makefile.include +++ b/examples/stm32f1/Makefile.include @@ -75,10 +75,6 @@ flash: $(BINARY).flash @#printf " OBJDUMP $(*).list\n" $(Q)$(OBJDUMP) -S $(*).elf > $(*).list -foo.elf: $(OBJS) $(LDSCRIPT) $(TOOLCHAIN_DIR)/lib/stm32f1/libopencm3_stm32f1.a - @#printf " LD $(subst $(shell pwd)/,,$(@))\n" - $(Q)$(LD) -o foo.elf $(OBJS) -lopencm3_stm32f1 $(LDFLAGS) - %.elf: $(OBJS) $(LDSCRIPT) $(TOOLCHAIN_DIR)/lib/stm32f1/libopencm3_stm32f1.a @#printf " LD $(subst $(shell pwd)/,,$(@))\n" $(Q)$(LD) -o $(*).elf $(OBJS) -lopencm3_stm32f1 $(LDFLAGS) -- cgit v1.2.3