summaryrefslogtreecommitdiff
path: root/target/g1/device.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-09-23 21:04:13 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-09-23 21:04:13 +0200
commita48b869d5c241a0d630b2e19f2014ea1f357d4f6 (patch)
treef70fdfe4471f1d93c7ccc427a044dfa5f86822e1 /target/g1/device.mk
parent17509a067f5c4e616afb3f7d272817ae7cbbd209 (diff)
add google g1 device support
- toolchain only - add tar.gz package backend - verified to work on device with a static linked mksh and eglibc
Diffstat (limited to 'target/g1/device.mk')
-rw-r--r--target/g1/device.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/target/g1/device.mk b/target/g1/device.mk
new file mode 100644
index 000000000..1d5c2cd72
--- /dev/null
+++ b/target/g1/device.mk
@@ -0,0 +1,7 @@
+ARCH:= arm
+CPU_ARCH:= armel
+KERNEL_VERSION:= 2.6.30.5
+KERNEL_RELEASE:= 1
+KERNEL_MD5SUM:= be9c3a697a54ac099c910d068ff0dc03
+TARGET_OPTIMIZATION:= -Os -pipe
+TARGET_CFLAGS_ARCH:= -march=armv5te -msoft-float