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 12 13ifeq ($(CONFIG_RUMP),y) 14SUBDIRS-y := toolcore 15endif 16 17all clean install distclean uninstall: %: subdirs-% 18