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

LIB_SRCS-y = fsys_reiserfs.c

FS = reiserfs

.PHONY: all
all: fs-all

.PHONY: install
install: fs-install