aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f2
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/stm32f2
parent0f6a0276aab597d23639988fa5cc457bc1186818 (diff)
Removing silly dummy target.
Diffstat (limited to 'examples/stm32f2')
-rw-r--r--examples/stm32f2/Makefile.include4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/stm32f2/Makefile.include b/examples/stm32f2/Makefile.include
index 9cec6e7..3539cdd 100644
--- a/examples/stm32f2/Makefile.include
+++ b/examples/stm32f2/Makefile.include
@@ -77,10 +77,6 @@ flash: $(BINARY).flash
@#printf " OBJDUMP $(*).list\n"
$(Q)$(OBJDUMP) -S $(*).elf > $(*).list
-foo.elf: $(OBJS) $(LDSCRIPT) $(TOOLCHAIN_DIR)/lib/stm32f2/libopencm3_stm32f2.a
- @#printf " LD $(subst $(shell pwd)/,,$(@))\n"
- $(Q)$(LD) -o foo.elf $(OBJS) -lopencm3_stm32f2 $(LDFLAGS)
-
%.elf: $(OBJS) $(LDSCRIPT) $(TOOLCHAIN_DIR)/lib/stm32f2/libopencm3_stm32f2.a
@#printf " LD $(subst $(shell pwd)/,,$(@))\n"
$(Q)$(LD) -o $(*).elf $(OBJS) -lopencm3_stm32f2 $(LDFLAGS)