perf build: Add EXTRA_LDFLAGS option to makefile
[deliverable/linux.git] / tools / perf / Makefile.perf
index d404117810a7fd0f3ae024e23cc81fb13e91326c..4a4fad4182f534f23550ca5ac1ed5d42000f9b08 100644 (file)
@@ -139,6 +139,8 @@ $(call allow-override,CC,$(CROSS_COMPILE)gcc)
 $(call allow-override,AR,$(CROSS_COMPILE)ar)
 $(call allow-override,LD,$(CROSS_COMPILE)ld)
 
+LD += $(EXTRA_LDFLAGS)
+
 PKG_CONFIG = $(CROSS_COMPILE)pkg-config
 
 RM      = rm -f
This page took 0.116183 seconds and 5 git commands to generate.