[openfirmware] [commit] r2423 - cpu/x86/pc/alex/build

repository service svn at openfirmware.info
Sat Aug 6 00:34:20 CEST 2011


Author: wmb
Date: Sat Aug  6 00:34:19 2011
New Revision: 2423
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2423

Log:
Initial checkin of Makefile for "Alex" ChromeBook.

Added:
   cpu/x86/pc/alex/build/Makefile

Added: cpu/x86/pc/alex/build/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ cpu/x86/pc/alex/build/Makefile	Sat Aug  6 00:34:19 2011	(r2423)
@@ -0,0 +1,24 @@
+OS := $(shell uname)
+
+all: ofw.elf
+
+ofw.elf: FORCE build ../../../build/inflate.bin
+	./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
+
+clean-all: clean
+	@make -C ../../../build clean
+	@make -C ../../../${OS} clean
+
+.PHONY: FORCE clean all clean-all



More information about the openfirmware mailing list