summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSasha Levin <sasha.levin@oracle.com>2015-06-15 13:44:18 -0400
committerSasha Levin <sasha.levin@oracle.com>2015-06-15 13:44:18 -0400
commit48ab2783948137231b276b2173ca23dae759af78 (patch)
tree098a5586f38e04c65446538062f8d3296f4e318b /tools
parentd048c068d00da7d4cfa5ea7651933b99026958cf (diff)
Revert "tools/vm: fix page-flags build"
This reverts commit a821ac4c66382f9d6387c8311608f13c6749fea9. That patch is not suitable for 3.18. Reported-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru> Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/vm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vm/Makefile b/tools/vm/Makefile
index c604f3ec628a..3d907dacf2ac 100644
--- a/tools/vm/Makefile
+++ b/tools/vm/Makefile
@@ -3,7 +3,7 @@
TARGETS=page-types slabinfo
LIB_DIR = ../lib/api
-LIBS = $(LIB_DIR)/libapi.a
+LIBS = $(LIB_DIR)/libapikfs.a
CC = $(CROSS_COMPILE)gcc
CFLAGS = -Wall -Wextra -I../lib/