1XEN_ROOT = $(CURDIR)/../..
2include $(XEN_ROOT)/tools/Rules.mk
3
4SUBDIRS-y :=
5SUBDIRS-y += resource
6SUBDIRS-$(CONFIG_X86) += cpu-policy
7SUBDIRS-$(CONFIG_X86) += tsx
8ifneq ($(clang),y)
9SUBDIRS-$(CONFIG_X86) += x86_emulator
10endif
11SUBDIRS-y += xenstore
12SUBDIRS-y += depriv
13SUBDIRS-y += vpci
14SUBDIRS-y += paging-mempool
15
16.PHONY: all clean install distclean uninstall
17all clean distclean install uninstall: %: subdirs-%
18