1XEN_ROOT = $(CURDIR)/../../.. 2 3LIB_SRCS-y = fsys_fat.c 4 5FS = fat 6 7.PHONY: all 8all: fs-all 9 10.PHONY: install 11install: fs-install 12 13.PHONY: uninstall 14uninstall: fs-uninstall 15 16include $(XEN_ROOT)/tools/libfsimage/Rules.mk 17