diff options
Diffstat (limited to 'tools/perf/config/Makefile')
-rw-r--r-- | tools/perf/config/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile index 6b9678248694..e92d1a450867 100644 --- a/tools/perf/config/Makefile +++ b/tools/perf/config/Makefile | |||
@@ -518,6 +518,7 @@ else | |||
518 | else | 518 | else |
519 | LDFLAGS += $(PERL_EMBED_LDFLAGS) | 519 | LDFLAGS += $(PERL_EMBED_LDFLAGS) |
520 | EXTLIBS += $(PERL_EMBED_LIBADD) | 520 | EXTLIBS += $(PERL_EMBED_LIBADD) |
521 | $(call detected,CONFIG_LIBPERL) | ||
521 | endif | 522 | endif |
522 | endif | 523 | endif |
523 | 524 | ||
@@ -577,6 +578,7 @@ else | |||
577 | LDFLAGS += $(PYTHON_EMBED_LDFLAGS) | 578 | LDFLAGS += $(PYTHON_EMBED_LDFLAGS) |
578 | EXTLIBS += $(PYTHON_EMBED_LIBADD) | 579 | EXTLIBS += $(PYTHON_EMBED_LIBADD) |
579 | LANG_BINDINGS += $(obj-perf)python/perf.so | 580 | LANG_BINDINGS += $(obj-perf)python/perf.so |
581 | $(call detected,CONFIG_LIBPYTHON) | ||
580 | endif | 582 | endif |
581 | endif | 583 | endif |
582 | endif | 584 | endif |
@@ -847,3 +849,5 @@ $(call detected_var,prefix_SQ) | |||
847 | $(call detected_var,perfexecdir_SQ) | 849 | $(call detected_var,perfexecdir_SQ) |
848 | $(call detected_var,LIBDIR) | 850 | $(call detected_var,LIBDIR) |
849 | $(call detected_var,GTK_CFLAGS) | 851 | $(call detected_var,GTK_CFLAGS) |
852 | $(call detected_var,PERL_EMBED_CCOPTS) | ||
853 | $(call detected_var,PYTHON_EMBED_CCOPTS) | ||