summaryrefslogtreecommitdiff
path: root/target/sparc/target.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-18 22:59:56 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-18 22:59:56 +0100
commit0ea272dc798cc9a853b1e43871e992f6ced45d14 (patch)
treea7d136d4f3a729d9945c952a30b91fa2924cfca2 /target/sparc/target.mk
parent434f07ef1c5d536e9e94561b5e7a066f1d9cd954 (diff)
use hardware profiles for sparc/ppc targets
Diffstat (limited to 'target/sparc/target.mk')
-rw-r--r--target/sparc/target.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/sparc/target.mk b/target/sparc/target.mk
new file mode 100644
index 000000000..4de28f960
--- /dev/null
+++ b/target/sparc/target.mk
@@ -0,0 +1,5 @@
+include $(TOPDIR)/mk/kernel-ver.mk
+ARCH:= sparc
+CPU_ARCH:= sparc
+TARGET_OPTIMIZATION:= -Os -pipe
+TARGET_CFLAGS_ARCH:= $(ADK_TARGET_CFLAGS)