[PATCH 04/10] qi-add-build-script.patch

Andy Green andy at openmoko.com
Wed Oct 22 08:43:04 CEST 2008


Signed-off-by: Andy Green <andy at openmoko.com>
---

 build |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
 create mode 100755 build

diff --git a/build b/build
new file mode 100755
index 0000000..64160ab
--- /dev/null
+++ b/build
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+make clean && \
+make CPU=s3c6410 && \
+make CPU=s3c2442
+




More information about the openmoko-kernel mailing list