[PATCH 7/7] Fixed 'boot' and 'ramtst' prerequisite makefile name in Makefile for BBB port

Jarielle Catbagan jcatbagan93 at gmail.com
Fri Jun 19 21:32:49 UTC 2015


'boot' and 'ramtst' targets in Makefile need to have prerequisite makefile
as "Makefile" instead of "makefile".
---
 ports/beagleboneblack/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ports/beagleboneblack/Makefile b/ports/beagleboneblack/Makefile
index 35a66ac..b384156 100644
--- a/ports/beagleboneblack/Makefile
+++ b/ports/beagleboneblack/Makefile
@@ -89,7 +89,7 @@ ramtst:	$(BUILDDIR)/ramtst.$(FILETYPE)
 	@ls $(BUILDDIR)/ramtst*
 
 $(BUILDDIR)/boot.$(FILETYPE): $(BUILDDIR) $(OBJS) libz.a \
-		libg.a makefile
+		libg.a Makefile
 	$(CC) $(ASMFLAGS) -o rom_reset.o rom_reset.S
 	$(MAKE_MONBUILT)
 	sed -e s/ROMBASE/$(BOOTROMBASE)/ -e s/ROMLEN/$(BOOTROMLEN)/ \
@@ -101,7 +101,7 @@ $(BUILDDIR)/boot.$(FILETYPE): $(BUILDDIR) $(OBJS) libz.a \
 	$(MAKE_GNUSYMS)
 
 $(BUILDDIR)/ramtst.$(FILETYPE): $(BUILDDIR) $(OBJS) libz.a \
-		libg.a makefile
+		libg.a Makefile
 	$(CC) $(ASMFLAGS) -o ram_reset.o ram_reset.S
 	$(MAKE_MONBUILT)
 	sed -e s/RAMTSTROMBASE/$(RAMTSTROMBASE)/ \
-- 
2.3.3




More information about the umon-devel mailing list