aboutsummaryrefslogtreecommitdiffstats
path: root/xen/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xen/tools/Makefile')
-rw-r--r--xen/tools/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/xen/tools/Makefile b/xen/tools/Makefile
new file mode 100644
index 0000000000..ccf535aa49
--- /dev/null
+++ b/xen/tools/Makefile
@@ -0,0 +1,6 @@
+
+elf-reloc: elf-reloc.c
+ gcc -O2 -Wall -o $@ $<
+
+clean:
+ rm -f elf-reloc *~ core