summaryrefslogtreecommitdiffstats
path: root/target/device/Atmel/atstk1002/target_skeleton/root/.bash_profile
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2007-08-21 01:34:40 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2007-08-21 01:34:40 +0000
commite8def1fcfc2fd7b888f7f391d02767fd9d852eb0 (patch)
tree4d7a5dfd4f683e83af02835833c93ac5826ab4e7 /target/device/Atmel/atstk1002/target_skeleton/root/.bash_profile
parent02b8e6e0877198b973bd0c7712280c476ac1984f (diff)
downloadbuildroot-novena-e8def1fcfc2fd7b888f7f391d02767fd9d852eb0.tar.gz
buildroot-novena-e8def1fcfc2fd7b888f7f391d02767fd9d852eb0.zip
additional skeleton for AVR32
Diffstat (limited to 'target/device/Atmel/atstk1002/target_skeleton/root/.bash_profile')
-rw-r--r--target/device/Atmel/atstk1002/target_skeleton/root/.bash_profile15
1 files changed, 15 insertions, 0 deletions
diff --git a/target/device/Atmel/atstk1002/target_skeleton/root/.bash_profile b/target/device/Atmel/atstk1002/target_skeleton/root/.bash_profile
new file mode 100644
index 000000000..27bf14953
--- /dev/null
+++ b/target/device/Atmel/atstk1002/target_skeleton/root/.bash_profile
@@ -0,0 +1,15 @@
+# .bash_profile
+
+export PATH=\
+/bin:\
+/sbin:\
+/usr/bin:\
+/usr/sbin:\
+/usr/bin/X11:\
+/usr/local/bin
+
+umask 022
+
+if [ -f ~/.bashrc ]; then
+ source ~/.bashrc
+fi