source: trunk/packages/xen-3.1/xen-3.1/tools/libfsimage/iso9660/Makefile @ 34

Last change on this file since 34 was 34, checked in by hartmans, 18 years ago

Add xen and xen-common

File size: 199 bytes
Line 
1XEN_ROOT = ../../..
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
13fsys_iso9660.c: iso9660.h
14
15include $(XEN_ROOT)/tools/libfsimage/Rules.mk
Note: See TracBrowser for help on using the repository browser.