summaryrefslogtreecommitdiffstats
path: root/arch/nios2/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* make make -s more silentSascha Hauer2012-10-171-1/+1
| | | | | | | use $(kecho) instead of echo to not output messages with make -s Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Disable emitting mul instructions by gccFranck Jullien2011-06-161-1/+1
| | | | | | | | If we are using barebox on a NiosII/e variant, the mul instruction is not supported and causes an exception. Signed-off-by: Franck Jullien <franck.jullien@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add Nios2 arch support to bareboxFranck JULLIEN2011-03-301-0/+25
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>