]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
selftest/intel_pstate/aperf: Use LDLIBS instead of LDFLAGS
authorSeongJae Park <sj38.park@gmail.com>
Sun, 18 Jun 2017 00:56:03 +0000 (09:56 +0900)
committerShuah Khan <shuahkh@osg.samsung.com>
Fri, 23 Jun 2017 19:35:08 +0000 (13:35 -0600)
Build of aperf fails as below:
```
gcc  -Wall -D_GNU_SOURCE   -lm  aperf.c  -o /tools/testing/selftests/intel_pstate/aperf
/tmp/ccKf3GF6.o: In function `main':
aperf.c:(.text+0x278): undefined reference to `sqrt'
collect2: error: ld returned 1 exit status
```

The faulure occurs because -lm was defined as LDFLAGS and implicit rule
of make places LDFLAGS before source file.  This commit fixes the
problem by using LDLIBS instead of LDFLAGS.

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/intel_pstate/Makefile

index 19678e90efb25d1231e6bdfd97f8b6ea99a6f6bf..849a90ffe8dd2d311b9b66bed9058fefdf28ba7d 100644 (file)
@@ -1,5 +1,5 @@
 CFLAGS := $(CFLAGS) -Wall -D_GNU_SOURCE
-LDFLAGS := $(LDFLAGS) -lm
+LDLIBS := $(LDLIBS) -lm
 
 TEST_GEN_FILES := msr aperf