diff options
author | Mattia Dongili <malattia@linux.it> | 2016-04-28 09:24:36 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-04-28 10:02:28 -0400 |
commit | 04b03594c73c1877a98c7a657cc45bf5e9d89f7c (patch) | |
tree | 7a32b53cf07220430f11745f77cb6f25d217d238 /tools/power/cpupower | |
parent | 02da2d72174c61988eb4456b53f405e3ebdebce4 (diff) |
Honour user's LDFLAGS
Signed-off-by: Mattia Dongili <malattia@linux.it>
Signed-off-by: Thomas Renninger <trenn@suse.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/power/cpupower')
-rw-r--r-- | tools/power/cpupower/bench/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/cpupower/bench/Makefile b/tools/power/cpupower/bench/Makefile index d0f879b223fc..3e59f1aa3947 100644 --- a/tools/power/cpupower/bench/Makefile +++ b/tools/power/cpupower/bench/Makefile | |||
@@ -22,7 +22,7 @@ $(OUTPUT)%.o : %.c | |||
22 | 22 | ||
23 | $(OUTPUT)cpufreq-bench: $(OBJS) | 23 | $(OUTPUT)cpufreq-bench: $(OBJS) |
24 | $(ECHO) " CC " $@ | 24 | $(ECHO) " CC " $@ |
25 | $(QUIET) $(CC) -o $@ $(CFLAGS) $(OBJS) $(LIBS) | 25 | $(QUIET) $(CC) -o $@ $(CFLAGS) $(LDFLAGS) $(OBJS) $(LIBS) |
26 | 26 | ||
27 | all: $(OUTPUT)cpufreq-bench | 27 | all: $(OUTPUT)cpufreq-bench |
28 | 28 | ||