2011-07-12 Joel Sherrill <joel.sherrilL@OARcorp.com>

* make/custom/beatnik.cfg: Spacing.
This commit is contained in:
Joel Sherrill
2011-07-12 16:18:02 +00:00
parent 747d8081a9
commit 014ded610f
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2011-07-12 Joel Sherrill <joel.sherrilL@OARcorp.com>
* make/custom/beatnik.cfg: Spacing.
2011-06-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove "SUBDIRS = .".

View File

@@ -30,7 +30,7 @@ CFLAGS_DEBUG_V = -O1 -g
define bsp-post-link
$(default-bsp-post-link)
$(OBJCOPY) -Obinary $@ $(basename $@)$(DOWNEXT)
$(OBJCOPY) -O binary $@ $(basename $@)$(DOWNEXT)
endef
# Miscellaneous additions go here