aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage/ext2fs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libfsimage/ext2fs/Makefile')
-rw-r--r--tools/libfsimage/ext2fs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/libfsimage/ext2fs/Makefile b/tools/libfsimage/ext2fs/Makefile
index 714651eccd..8ff4c71a1c 100644
--- a/tools/libfsimage/ext2fs/Makefile
+++ b/tools/libfsimage/ext2fs/Makefile
@@ -1,5 +1,4 @@
XEN_ROOT = $(CURDIR)/../../..
-include $(XEN_ROOT)/tools/libfsimage/Rules.mk
LIB_SRCS-y = fsys_ext2fs.c
@@ -10,3 +9,5 @@ all: fs-all
.PHONY: install
install: fs-install
+
+include $(XEN_ROOT)/tools/libfsimage/Rules.mk