linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix page-flags build
@ 2015-03-12 22:39 Andi Kleen
  2015-03-12 22:54 ` Andrew Morton
  2015-05-13  6:24 ` [tip:perf/urgent] tools: Fix tools/vm build tip-bot for Andi Kleen
  0 siblings, 2 replies; 5+ messages in thread
From: Andi Kleen @ 2015-03-12 22:39 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, Andi Kleen

From: Andi Kleen <ak@linux.intel.com>

libabikfs.a doesn't exist anymore, so we now need to link with
libapi.a

Signed-off-by: Andi Kleen <ak@linux.intel.com>
---
 tools/vm/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/vm/Makefile b/tools/vm/Makefile
index ac884b6..93aadaf 100644
--- 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)/libapikfs.a
+LIBS = $(LIB_DIR)/libapi.a
 
 CC = $(CROSS_COMPILE)gcc
 CFLAGS = -Wall -Wextra -I../lib/
-- 
1.9.3


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-05-13  6:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-12 22:39 [PATCH] Fix page-flags build Andi Kleen
2015-03-12 22:54 ` Andrew Morton
2015-03-12 23:16   ` Andi Kleen
2015-03-13 10:09   ` Jiri Olsa
2015-05-13  6:24 ` [tip:perf/urgent] tools: Fix tools/vm build tip-bot for Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).