summaryrefslogtreecommitdiffstats
path: root/package/oprofile
Commit message (Collapse)AuthorAgeFilesLines
* rename TOOL_BUILD_DIR to TOOLCHAIN_DIRMichael Roth2009-09-231-1/+1
| | | | | | | | To reflect the new output directory hierachy rename the Makefile variable TOOL_BUILD_DIR to TOOLCHAIN_DIR. Signed-off-by: Michael Roth <mroth@nessie.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/: depend on toolchain C++ config, don't use selectPeter Korsgaard2009-01-261-1/+4
| | | | select should only be used for package (library) dependencies.
* Remove reference to query_modules in oprofile, does not exist in linux-2.6. ↵Ulf Samuelsson2009-01-213-4/+27
| | | | oprofile now builds for ARM
* oprofile: convert oprofile.mk to use Makefile.autotools.in and bump versionHans-Christian Egtvedt2008-09-175-263/+52Star
| | | | | | | | | | | This patch bumps the version to 0.9.4 and converts the oprofile.mk to use Makefile.autotools.in. Patches against 0.9.3 are removed since they are no longer needed and a new patch for 0.9.4 is added. Building for all architectures should now also be possible. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> Signed-off-by: Fathi Boudra <fboudra@gmail.com>
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-1/+1
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0Star
| | | | 'default n' is the default, so there's no need to say it explicitly.
* package: s/$(STRIP)/$(STRIPCMD)/Peter Korsgaard2008-04-251-1/+1
|
* add oprofileJohn Voltz2008-04-245-0/+300