summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2019-09-20 15:12:25 +0200
committerTobias Klauser <tklauser@distanz.ch>2019-09-20 15:12:25 +0200
commit54c1bddb5cd24ec20ea291f2da7f05fadba2030e (patch)
tree548fe742057d45d0fce68e60434d57f1efc1b3f1
parent3d04640b95cb142c3ad0fac3c6e0347589ef9349 (diff)
zshenv: remove unused 99_ti_sdk_am335x
-rw-r--r--.zsh/zshenv/99_ti_sdk_am335x12
1 files changed, 0 insertions, 12 deletions
diff --git a/.zsh/zshenv/99_ti_sdk_am335x b/.zsh/zshenv/99_ti_sdk_am335x
deleted file mode 100644
index b6ea9b3..0000000
--- a/.zsh/zshenv/99_ti_sdk_am335x
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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