summaryrefslogtreecommitdiffstats
path: root/rules/oprofile.in
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in KConfig files (.in rules)Alexander Dahl2018-11-091-1/+1
| | | | | | | | To not fix typos one by one, use a tool for that. All typos found with `codespell -i 3 -w rules/*.in platforms/*.in`. Signed-off-by: Alexander Dahl <ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* oprofile don't select KERNEL_HEADERMichael Olbrich2018-02-011-1/+0
| | | | | | | | The kernel headers in the toolchain a probably sufficient. If not the kernel-header package can be enabled manually. It will be built before all other target packages. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kernel: introduce symbol KERNEL_XPKGMarc Kleine-Budde2016-05-011-0/+1
| | | | | | | | This symbol controls if a kernel xpkg is created. All kernel tool should select this so that the xpkg is created. Kernel modules will end up in a different xpkg anyways. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* oprofile: fix kernel header pathAlexander Dahl2014-11-131-0/+1
| | | | | | Signed-off-by: Alexander Dahl <post@lespocky.de> [mol: add dependency on kernel headers] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* oprofile: Install vmlinux optionallyAlexander Stein2011-04-211-3/+16
| | | | | | | | | | On small rootfile system this file is too big to be installed. You still can store it on some other (larger) filesystems or use NFS to profile the kernel. Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> [mkl: cleanup double whitespace, remove 'default n'] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* oprofile: Add missing dependenciesAlexander Stein2011-04-211-0/+2
| | | | | Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [oprofile] add missing dependenciesMichael Olbrich2011-01-161-0/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [oprofile] streamline menu entryMarc Kleine-Budde2009-10-281-1/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [oprofile] remove build time dependency to kernelMarc Kleine-Budde2009-03-181-1/+0
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10120 33e552b5-05e3-0310-8538-816dae2090ed
* * rules/*.in, Kconfig:Marc Kleine-Budde2009-01-101-1/+0
| | | | | | | | removed 'default n' cleaned up menu a bit git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9470 33e552b5-05e3-0310-8538-816dae2090ed
* * patches/busybox-1.10.4, patches/busybox-1.13.2:Marc Kleine-Budde2009-01-041-5/+5
| | | | | | | | | | | | | | | | | | | ported * rules/*.in: changed busybox config symbol from BB_CONFIG to BUSYBOX * config/busybox/* changed busybox config symbol from BB_CONFIG to BUSYBOX imported from busybox-1.13.2 * rules/busybox.make: version bump to 1.13.2 changed busybox config symbol from BB_CONFIG to BUSYBOX git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9373 33e552b5-05e3-0310-8538-816dae2090ed
* * debug.in: migrate to auto in filesRobert Schwebel2008-12-201-0/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9286 33e552b5-05e3-0310-8538-816dae2090ed
* * change bool to tristate .in Files from N to OHenning Steffen2008-06-041-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8317 33e552b5-05e3-0310-8538-816dae2090ed
* * oprofile.in:Marc Kleine-Budde2008-05-061-0/+1
| | | | | | | install kernel vmlinux to /boot git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8119 33e552b5-05e3-0310-8538-816dae2090ed
* * oprofile: backport from TechPool.Robert Schwebel2008-03-171-6/+11
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7851 33e552b5-05e3-0310-8538-816dae2090ed
* - re-activate oprofileSascha Hauer2007-07-271-1/+0
| | | | | | | - add target_install git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7252 33e552b5-05e3-0310-8538-816dae2090ed
* * oprofile: marked broken (doesn't compile)Robert Schwebel2007-01-261-0/+5
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6952 33e552b5-05e3-0310-8538-816dae2090ed
* * Kconfig popt.in libpopt.in libpopt.make popt.make oprofile.in:Marc Kleine-Budde2006-04-061-1/+1
| | | | | | | renamed popt -> libpopt git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5378 33e552b5-05e3-0310-8538-816dae2090ed
* new version, use select in config instead of depends onSascha Hauer2006-03-011-1/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4927 33e552b5-05e3-0310-8538-816dae2090ed
* remove default n; patch by Ladislav MichlRobert Schwebel2006-02-071-1/+0
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4510 33e552b5-05e3-0310-8538-816dae2090ed
* documentation update and dependency fixesBjoern Buerger2006-01-171-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4290 33e552b5-05e3-0310-8538-816dae2090ed
* fixed dependencyBjoern Buerger2006-01-161-1/+7
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4100 33e552b5-05e3-0310-8538-816dae2090ed
* created dummy *.in files, where missing. Fixme: Check, where .in files are ↵Bjoern Buerger2006-01-091-0/+1
really necessary - this should not break anything, since it is only used for autogeneration of dependencies git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3744 33e552b5-05e3-0310-8538-816dae2090ed