aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage/ext2fs-lib/Makefile
blob: 671fbffd736a678446db9b4174d01ee3412100ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
XEN_ROOT = $(CURDIR)/../../..

LIB_SRCS-y = ext2fs-lib.c

FS = ext2fs-lib

FS_LIBDEPS = $(EXTFS_LIBS)

# Include configure output (config.h) to headers search path
CFLAGS += -I$(XEN_ROOT)/tools

.PHONY: all
all: fs-all

.PHONY: install
install: fs-install

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