summaryrefslogtreecommitdiffstats
path: root/package/oprofile/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* oprofile: use new libbfd optionGustavo Zacarias2011-01-021-0/+1
| | | | | | | | Convert the oprofile target to select the new libbfd staging/target option to avoid a huge target binutils for a simple task. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* oprofile: disable with external toolchainThomas Petazzoni2010-07-291-0/+4
| | | | | | | | | oprofile depends on binutils_target, but binutils_target fails to build with external toolchains because the binutils version has not been choosen. As the fix is not trivial, let's just disable oprofile in external toolchain builds for the moment. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/: depend on toolchain C++ config, don't use selectPeter Korsgaard2009-01-261-1/+4
| | | | select should only be used for package (library) dependencies.
* 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/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* add oprofileJohn Voltz2008-04-241-0/+20