diff options
author | Dave Barach <dave@barachs.net> | 2016-02-11 19:28:19 -0500 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2016-02-12 01:30:48 +0000 |
commit | 52642c3c535128cb96489fed45327bdd55953397 (patch) | |
tree | ce6e2cc9f505fbf04acbc9109adb4c204fb96c8c /build-data/packages/perftool.mk | |
parent | 3640d537e1c1ea7670b98f0aaf27a48c08984893 (diff) |
Performance tools, initial check-in
Change-Id: I9fb4f4babecbe02d171f38c4d089634e90141937
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'build-data/packages/perftool.mk')
-rw-r--r-- | build-data/packages/perftool.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build-data/packages/perftool.mk b/build-data/packages/perftool.mk new file mode 100644 index 00000000000..300f902b08f --- /dev/null +++ b/build-data/packages/perftool.mk @@ -0,0 +1,5 @@ +perftool_configure_depend = vppinfra-install + +perftool_CPPFLAGS = $(call installed_includes_fn, vppinfra) + +perftool_LDFLAGS = $(call installed_libs_fn, vppinfra) |