summaryrefslogtreecommitdiffstats
path: root/rules/oprofile.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-03-18 21:54:31 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-03-18 21:54:31 +0000
commita26c9b437c63d9cd48f2aa67161bfaeda7f69612 (patch)
tree58a2737df05a29f06bfe85ea4f62c3c5e38d8409 /rules/oprofile.make
parent79479022ace81d0488f2ceed7e56354213afa2ef (diff)
downloadptxdist-a26c9b437c63d9cd48f2aa67161bfaeda7f69612.tar.gz
ptxdist-a26c9b437c63d9cd48f2aa67161bfaeda7f69612.tar.xz
[oprofile] remove build time dependency to kernel
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
Diffstat (limited to 'rules/oprofile.make')
-rw-r--r--rules/oprofile.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/oprofile.make b/rules/oprofile.make
index c4748e719..2be1db569 100644
--- a/rules/oprofile.make
+++ b/rules/oprofile.make
@@ -55,7 +55,7 @@ $(STATEDIR)/oprofile.prepare:
@$(call clean, $(OPROFILE_DIR)/config.cache)
cd $(OPROFILE_DIR) && \
$(OPROFILE_PATH) $(OPROFILE_ENV) \
- ./configure $(OPROFILE_AUTOCONF) --with-linux=$(KERNEL_DIR)
+ ./configure $(OPROFILE_AUTOCONF)
@$(call touch)
# ----------------------------------------------------------------------------