source: trunk/packages/xen-3.1/xen-3.1/tools/libfsimage/fat/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: 164 bytes
Line 
1XEN_ROOT = ../../..
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
13include $(XEN_ROOT)/tools/libfsimage/Rules.mk
Note: See TracBrowser for help on using the repository browser.