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 += pdx
13SUBDIRS-y += rangeset
14SUBDIRS-y += vpci
15SUBDIRS-y += paging-mempool
16
17.PHONY: all clean install distclean uninstall
18all clean distclean install uninstall: %: subdirs-%
19