summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/mips/preinstall.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Add <rtems/score/cpuimpl.h>Sebastian Huber2016-11-071-0/+4
| | | | | | The aim of this file is to encapsulate CPU port implementation details. This helps to hide implementation details from <rtems.h> which indirectly includes <rtems/score/cpu.h>.
* Regenerate all preinstall.am files.Chris Johns2014-08-291-3/+3
| | | | | With this patch the preinstall.am files are in a set order and not dependent on now perl implements a hash.
* Regenerate all preinstall.am files.Joel Sherrill2014-08-281-3/+3
| | | | | Apparently, at some point automake output changed and these were not updated.
* Revert bootstrap whitespace changes.Chris Johns2013-05-101-0/+1
|
* Using the generic atomic ops to implement UP mode atomic for all ↵WeiY2013-05-011-0/+3
| | | | architectures. SMP atomic port will be later.
* Regenerate.Ralf Corsepius2007-01-081-3/+3
|
* Regenerate.Ralf Corsepius2006-01-141-1/+1
|
* Regenerate.Ralf Corsepius2006-01-131-0/+2
|
* Regenerate.Ralf Corsepius2006-01-121-2/+2
|
* Auto-generated update.Ralf Corsepius2005-02-191-1/+1
|
* 2005-02-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-081-0/+52
* Makefile.am: Split out preinstallation rules. * preinstall.am: New (Split out from Makefile.am).