1 XEN_ROOT = $(CURDIR)/../.. 2 include $(XEN_ROOT)/tools/Rules.mk 3 4 SUBDIRS-y := 5 SUBDIRS-y += libelf 6 SUBDIRS-y += x86_instruction_emulator 7 8 .PHONY: all clean distclean install uninstall 9 all clean distclean install uninstall: %: subdirs-% 10