aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage/iso9660/Makefile
blob: 4096cafa0c1db76653c5ab284a6785355c9183c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
XEN_ROOT = $(CURDIR)/../../..

LIB_SRCS-y = fsys_iso9660.c

FS = iso9660

.PHONY: all
all: fs-all

.PHONY: install
install: fs-install

fsys_iso9660.c: iso9660.h

include $(XEN_ROOT)/tools/libfsimage/Rules.mk