1XEN_ROOT = $(CURDIR)/../.. 2include $(XEN_ROOT)/tools/Rules.mk 3 4SUBDIRS-y := 5SUBDIRS-y += toolcore 6SUBDIRS-y += toollog 7SUBDIRS-y += evtchn 8SUBDIRS-y += gnttab 9SUBDIRS-y += call 10SUBDIRS-y += foreignmemory 11SUBDIRS-y += devicemodel 12SUBDIRS-y += hypfs 13 14ifeq ($(CONFIG_RUMP),y) 15SUBDIRS-y := toolcore 16endif 17 18all clean install distclean uninstall: %: subdirs-% 19