aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2012-10-20 01:22:33 +0200
committerWill Deacon <will.deacon@arm.com>2015-06-01 16:39:53 +0100
commit8682490069f263454e7637b5e889ca85a2ec95eb (patch)
tree1bcea712f533477e54d38aa29f63bbdf1e5fdacc /Makefile
parentfcb1d91662503bff8436bf69835034004863d546 (diff)
downloadkvmtool-8682490069f263454e7637b5e889ca85a2ec95eb.tar.gz
kvm tools: Port to v3.7-rc1
There were a number of changes that caused problems: - UAPI conversion - the old version of the rbtree-augmented API got removed, I updated the implementation to the new API - lib/rbtree.c wants a 'true' definition Lightly tested: it boots a v3.7-rc1 defconfig+kvmconfig kernel. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Pekka Enberg <penberg@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e0d07dc6..903001e8 100644
--- a/Makefile
+++ b/Makefile
@@ -244,7 +244,7 @@ DEFINES += -DKVMTOOLS_VERSION='"$(KVMTOOLS_VERSION)"'
DEFINES += -DBUILD_ARCH='"$(ARCH)"'
KVM_INCLUDE := include
-CFLAGS += $(CPPFLAGS) $(DEFINES) -I$(KVM_INCLUDE) -I$(ARCH_INCLUDE) -I$(KINCL_PATH)/include -I$(KINCL_PATH)/arch/$(ARCH)/include/ -O2 -fno-strict-aliasing -g -flto
+CFLAGS += $(CPPFLAGS) $(DEFINES) -I$(KVM_INCLUDE) -I$(ARCH_INCLUDE) -I$(KINCL_PATH)/include/uapi -I$(KINCL_PATH)/include -I$(KINCL_PATH)/arch/$(ARCH)/include/ -O2 -fno-strict-aliasing -g -flto
WARNINGS += -Wall
WARNINGS += -Wcast-align