[openfirmware] [commit] r1826 - cpu/arm/mmp2/build

repository service svn at openfirmware.info
Wed Jun 16 13:48:00 CEST 2010


Author: wmb
Date: Wed Jun 16 13:48:00 2010
New Revision: 1826
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1826

Log:
ARM MMP2 port - added build/Makefile to svn

Added:
   cpu/arm/mmp2/build/Makefile   (contents, props changed)

Added: cpu/arm/mmp2/build/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ cpu/arm/mmp2/build/Makefile	Wed Jun 16 13:48:00 2010	(r1826)
@@ -0,0 +1,59 @@
+OS := $(shell uname)
+
+BASEDIR= `(cd ../../../..; pwd;)`
+TAGFILES= ../../build/*.tag *.tag
+CLIENTDIR=../../../../clients
+CLIENTPROGS=
+
+all: mmp2.rom tags
+
+mmp2.tag: mmp2.rom
+
+tags: mmp2.tag
+	@${BASEDIR}/forth/lib/toctags ${BASEDIR} ${TAGFILES}
+
+mmp2.rom: FORCE build ${CLIENTPROGS}
+	./build $@
+
+../../${OS}/forth:
+	@make -C ../../${OS} forth
+
+../../build/inflate.bin:
+	@make -C ../../build inflate.bin
+
+build: ../../${OS}/forth
+	@ln -sf ../../${OS}/forth build
+
+clean:
+	rm -f *.dic *.log headers *~ *.elf *.di *.img builton.fth build *.rom *.version
+
+clean-all: clean
+	@make -C ../../build clean
+	@make -C ../../${OS} clean
+
+.PHONY: FORCE clean all clean-all
+
+# LICENSE_BEGIN
+# Copyright (c) 2009 FirmWorks
+#
+# Permission is hereby granted, free of charge, to any person obtaining
+# a copy of this software and associated documentation files (the
+# "Software"), to deal in the Software without restriction, including
+# without limitation the rights to use, copy, modify, merge, publish,
+# distribute, sublicense, and/or sell copies of the Software, and to
+# permit persons to whom the Software is furnished to do so, subject to
+# the following conditions:
+#
+# The above copyright notice and this permission notice shall be
+# included in all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+#
+# LICENSE_END
+



More information about the openfirmware mailing list