Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKir Kolyshkin <kir@openvz.org>2016-12-17 14:22:03 +0300
committerAndrei Vagin <avagin@virtuozzo.com>2017-03-15 00:09:55 +0300
commit545bac9b623805de0a83e35d68cbd35990211982 (patch)
treed4c5993aa4b157827aac76f2e37aba3348220347 /compel/Makefile
parent51c4569cd901f1af4278a81547d0a53d3330541c (diff)
Makefiles: rm -I compel/plugins... from cflags
I have noticed compel/plugins/include[/uapi] is not needed, not entirely sure why (added symlinks?) but everything compiles just fine without it. travis-ci: success for More polishing for compel cli Signed-off-by: Kir Kolyshkin <kir@openvz.org> Acked-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
Diffstat (limited to 'compel/Makefile')
-rw-r--r--compel/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/compel/Makefile b/compel/Makefile
index ef932fe46..1d2230c26 100644
--- a/compel/Makefile
+++ b/compel/Makefile
@@ -5,14 +5,12 @@ COMPEL_SO_VERSION_CODE := $(shell expr $(COMPEL_SO_VERSION_MAJOR) \* 65536 \+ $(
ccflags-y += -DINCLUDEDIR=\"$(INCLUDEDIR)\"
ccflags-y += -iquote compel/arch/$(ARCH)/src/lib/include
ccflags-y += -iquote compel/include
-ccflags-y += -iquote compel/plugins/include
ccflags-y += -fno-strict-aliasing
ccflags-y += -fPIC
#
# UAPI inclusion, referred as <compel/...>
ccflags-y += -I compel/include/uapi
-ccflags-y += -I compel/plugins/include/uapi
lib-name := $(LIBCOMPEL_A)
lib-y += src/lib/log.o