Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tools/vm: fix page-flags build

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: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Andi Kleen and committed by
Linus Torvalds
4933f55f f98b733e

+1 -1
+1 -1
tools/vm/Makefile
··· 3 3 TARGETS=page-types slabinfo page_owner_sort 4 4 5 5 LIB_DIR = ../lib/api 6 - LIBS = $(LIB_DIR)/libapikfs.a 6 + LIBS = $(LIB_DIR)/libapi.a 7 7 8 8 CC = $(CROSS_COMPILE)gcc 9 9 CFLAGS = -Wall -Wextra -I../lib/