summaryrefslogtreecommitdiff
path: root/.zsh/zshenv/99_ti_sdk_am335x
diff options
context:
space:
mode:
Diffstat (limited to '.zsh/zshenv/99_ti_sdk_am335x')
-rw-r--r--.zsh/zshenv/99_ti_sdk_am335x12
1 files changed, 12 insertions, 0 deletions
diff --git a/.zsh/zshenv/99_ti_sdk_am335x b/.zsh/zshenv/99_ti_sdk_am335x
new file mode 100644
index 0000000..b6ea9b3
--- /dev/null
+++ b/.zsh/zshenv/99_ti_sdk_am335x
@@ -0,0 +1,12 @@
+# zshenv/99_ti_sdk_am335x
+#
+# Environment variables needed for the TI AM335x SDK
+#
+# Copyright © 2013 Tobias Klauser <tklauser@distanz.ch>
+# Released under the terms of the Artistic Licence 2.0
+#
+# Source repository: git://git.distanz.ch/dotfiles/zsh.git
+
+export QMAKESPEC=/opt/ti-sdk-am335x-evm/linux-devkit/arm-arago-linux-gnueabi/usr/share/qtopia/mkspecs/linux-g++
+
+# vim:ft=zsh