aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tests/Makefile
blob: f4f1169229bc40a0a64e83335f5bfed21a4fe0d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
XEN_ROOT = $(CURDIR)/../..
include $(XEN_ROOT)/tools/Rules.mk

CFLAGS  += $(CFLAGS_libxenctrl)
LDLIBS += $(LDLIBS_libxenctrl)

SUBDIRS-y :=
SUBDIRS-y += mce-test
SUBDIRS-y += mem-sharing
ifeq ($(XEN_TARGET_ARCH),__fixme__)
SUBDIRS-y += regression
endif
SUBDIRS-y += x86_emulator
ifneq ($(XEN_TARGET_ARCH),x86_32)
SUBDIRS-y += xen-access
endif

.PHONY: all clean install distclean
all clean distclean: %: subdirs-%

install: