From: Mischa Jonker <Mischa.Jonker@synopsys.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] perf: Add host-bison, host-flex dependencies
Date: Wed, 4 Sep 2013 14:36:27 +0200 [thread overview]
Message-ID: <1378298187-5058-1-git-send-email-mjonker@synopsys.com> (raw)
Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
---
package/perf/perf.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/perf/perf.mk b/package/perf/perf.mk
index 7787c78..004541e 100644
--- a/package/perf/perf.mk
+++ b/package/perf/perf.mk
@@ -8,7 +8,7 @@
PERF_SOURCE =
PERF_VERSION = $(call qstrip,$(BR2_LINUX_KERNEL_VERSION))
-PERF_DEPENDENCIES = linux
+PERF_DEPENDENCIES = linux host-flex host-bison
PERF_MAKE_FLAGS = \
$(LINUX_MAKE_FLAGS) \
@@ -40,7 +40,7 @@ define PERF_BUILD_CMDS
exit 1 ; \
fi \
fi
- $(MAKE) -C $(LINUX_DIR)/tools/perf \
+ $(HOST_MAKE_ENV) $(MAKE) -C $(LINUX_DIR)/tools/perf \
$(PERF_MAKE_FLAGS) O=$(@D)
endef
--
1.7.9.5
next reply other threads:[~2013-09-04 12:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-04 12:36 Mischa Jonker [this message]
2013-09-04 16:21 ` [Buildroot] [PATCH] perf: Add host-bison, host-flex dependencies Arnout Vandecappelle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1378298187-5058-1-git-send-email-mjonker@synopsys.com \
--to=mischa.jonker@synopsys.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.