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