Commit 7e6bb3bc authored by Luis Henriques's avatar Luis Henriques

Revert "tools/vm: fix page-flags build"

This reverts commit 2f2c08d6, which was
commit 4933f55f upstream.

This patch is not suitable for kernel 3.16 as running 'make -C tools/vm'
will result in a build failure.
Signed-off-by: default avatarLuis Henriques <luis.henriques@canonical.com>
parent 1f34f3bb
......@@ -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/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment