Commit 7083f153 authored by Michael Holzheu's avatar Michael Holzheu Committed by Pavel Emelyanov

zdtm: Move include of Makefile.inc to right place

We have to include Makefile.inc earlier in order to use SRCARCH.
Signed-off-by: 's avatarMichael Holzheu <holzheu@linux.vnet.ibm.com>
Reviewed-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent f07adae6
......@@ -174,6 +174,8 @@ TST_NOFILE := \
s390x_mmap_high \
# jobctl00 \
include ../Makefile.inc
ifneq ($(SRCARCH),arm)
ifneq ($(COMPAT_TEST),y)
TST_NOFILE += maps03
......@@ -315,8 +317,6 @@ OUT = $(TST:%=%.out)
STATE = $(TST_STATE:%=%.state)
STATE_OUT = $(TST_STATE:%=%.out)
include ../Makefile.inc
all: $(TST) criu-rtc.so
install: all
.PHONY: all install
......
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