source: umon/ports/beagleboneblack/envsetup @ c900821

Last change on this file since c900821 was 8107331, checked in by Ed Sutter <edsutterjr@…>, on 07/14/15 at 00:35:44

replace bashrc with envsetup to eliminate implication that it is bash specific

  • Property mode set to 100644
File size: 276 bytes
Line 
1PS1=BEAGLEBONEBLACK:
2export TITLE="Beaglebone Black"
3export UMONTOP=../../main
4export target=$UMONTOP
5export cpu=$target/cpu
6export zlib=$target/zlib
7export com=$target/common
8export misc=$target/misc
9export make=$target/make
10export flash=$target/flash
11export dev=$target/dev
Note: See TracBrowser for help on using the repository browser.