aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage/iso9660/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libfsimage/iso9660/Makefile')
-rw-r--r--tools/libfsimage/iso9660/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/libfsimage/iso9660/Makefile b/tools/libfsimage/iso9660/Makefile
index c07183ba3e..4096cafa0c 100644
--- a/tools/libfsimage/iso9660/Makefile
+++ b/tools/libfsimage/iso9660/Makefile
@@ -1,5 +1,4 @@
XEN_ROOT = $(CURDIR)/../../..
-include $(XEN_ROOT)/tools/libfsimage/Rules.mk
LIB_SRCS-y = fsys_iso9660.c
@@ -12,3 +11,5 @@ all: fs-all
install: fs-install
fsys_iso9660.c: iso9660.h
+
+include $(XEN_ROOT)/tools/libfsimage/Rules.mk