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

LIB_SRCS-y = fsys_iso9660.c

FS = iso9660

.PHONY: all
all: fs-all

.PHONY: install
install: fs-install

fsys_iso9660.c: iso9660.h