aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f1
diff options
context:
space:
mode:
authorFergus Noble2011-10-26 13:39:04 -0700
committerFergus Noble2011-10-26 13:39:04 -0700
commit28d614757e136d63a965c6d66b7838a656505510 (patch)
tree3baa493b0c465fb2412ef1c58d981fc671a90fda /examples/stm32f1
parent0f6a0276aab597d23639988fa5cc457bc1186818 (diff)
Removing silly dummy target.
Diffstat (limited to 'examples/stm32f1')
-rw-r--r--examples/stm32f1/Makefile.include4
1 files changed, 0 insertions, 4 deletions
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)