summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* All RTEMS files should now be under RTEMSJoel Sherrill2012-03-081-2/+2
| | | | - Also add "Makefile only" mode to freebsd-to-rtems.py
* Remove leading rtems/ directory from paths under rtemsbsdJoel Sherrill2012-03-081-3/+5
|
* Remove rtems/ from includes of RTEMS specific filesJoel Sherrill2012-03-081-1/+1
|
* Begin to trim rtems/ from include file paths - start with freebsdJoel Sherrill2012-03-081-291/+299
|
* Preserve Sebastian's directory structure under rtemsbsd to minimize changesJoel Sherrill2012-03-071-34/+34
|
* Add rmlock - almost linksJoel Sherrill2012-03-071-0/+1
|
* Makefile - Remove include of target.cfg as unneededJoel Sherrill2012-03-071-1/+0
|
* Clean Up MakefileJoel Sherrill2012-03-071-2/+2
| | | | | - Remove explicit setting of $PATH - Fix line length issue on install for loop
* Separate User Path Settings Into New File config.incJoel Sherrill2012-03-071-2/+1
| | | | | This makes the settings available for use in other Makefiles. Specifically when tests are added.
* Initial importJoel Sherrill2012-03-071-0/+354
Code is based on FreeBSD 8.2 with USB support from Sebastian Huber and Thomas Doerfler. Initial TCP/IP stack work is from Kevel Kirspel.