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