summaryrefslogtreecommitdiffstats
path: root/rules/calibrator.make
Commit message (Collapse)AuthorAgeFilesLines
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* calibrator: set LDLIBS=-m instead of LDFLAGS=-mMichael Olbrich2012-12-061-1/+1
| | | | | | | | | | | | | | Otherwise building may fail with: arm-1136jfs-linux-gnueabi-gcc -lm calibrator.c -o calibrator /tmp/ccF52ORo.o: In function `analyzeCache': calibrator.c:(.text+0x2398): undefined reference to `log10' calibrator.c:(.text+0x23d0): undefined reference to `log10' For newer compilers (e.g. gcc-4.7) the libs must be specified after source/object files. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* calibrator: remove redundant get stageRobert Schwebel2012-06-141-8/+0
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete fixup linesMichael Olbrich2010-07-191-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete clean target & minor cleanupsMichael Olbrich2010-01-181-9/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [calibrator] cleanup makefileMichael Olbrich2010-01-101-56/+11
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* * .make files: location of ipkg files has changedRobert Schwebel2008-06-031-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8285 33e552b5-05e3-0310-8538-816dae2090ed
* * hackbench: added; patch by Michael OlbrichRobert Schwebel2007-12-311-0/+126
* calibrator: added; patch by Michael Olbrich git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7676 33e552b5-05e3-0310-8538-816dae2090ed