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:
authorCyrill Gorcunov <gorcunov@openvz.org>2016-10-27 19:01:21 +0300
committerAndrei Vagin <avagin@virtuozzo.com>2017-03-15 00:06:02 +0300
commita0810481e571a22bffe27120a9d73fb9b0d7f8d8 (patch)
tree583decb71d7ad5d6dc8802cc22bf0b92bce83a7f /compel/Makefile
parenta714fff5a3d799cbf4d4f05fef8e7e095fb26443 (diff)
compel: Include compel headers as system ones
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
Diffstat (limited to 'compel/Makefile')
-rw-r--r--compel/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/compel/Makefile b/compel/Makefile
index 8fcfcff67..2cc11f7fb 100644
--- a/compel/Makefile
+++ b/compel/Makefile
@@ -9,6 +9,11 @@ ccflags-y += -iquote compel/include
ccflags-y += -iquote compel/plugins/include
ccflags-y += -fPIC
+#
+# UAPI inclusion, referred as <compel/...>
+ccflags-y += -I compel/include/uapi
+ccflags-y += -I compel/plugins/include/uapi
+
lib-y += arch/$(ARCH)/src/lib/handle-elf.o
host-lib-y += arch/$(ARCH)/src/lib/handle-elf.o
lib-y += src/lib/handle-elf.o