projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44b11fe
)
tools: Fix tools/vm build
author
Andi Kleen
<ak@linux.intel.com>
Thu, 12 Mar 2015 22:39:13 +0000
(15:39 -0700)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Tue, 12 May 2015 21:11:06 +0000
(18:11 -0300)
libabikfs.a doesn't exist anymore, so we now need to link with libapi.a.
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Link:
http://lkml.kernel.org/r/1426199953-15324-1-git-send-email-andi@firstfloor.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/vm/Makefile
patch
|
blob
|
history
diff --git
a/tools/vm/Makefile
b/tools/vm/Makefile
index
ac884b6
..
93aadaf
100644
(file)
--- a/
tools/vm/Makefile
+++ b/
tools/vm/Makefile
@@
-3,7
+3,7
@@
TARGETS=page-types slabinfo page_owner_sort
LIB_DIR = ../lib/api
-LIBS = $(LIB_DIR)/libapi
kfs
.a
+LIBS = $(LIB_DIR)/libapi.a
CC = $(CROSS_COMPILE)gcc
CFLAGS = -Wall -Wextra -I../lib/