aboutsummaryrefslogtreecommitdiffstats
path: root/tools/misc/lomount/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/misc/lomount/Makefile')
-rw-r--r--tools/misc/lomount/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/tools/misc/lomount/Makefile b/tools/misc/lomount/Makefile
deleted file mode 100644
index b0afe660ab..0000000000
--- a/tools/misc/lomount/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-XEN_ROOT=$(CURDIR)/../../..
-include $(XEN_ROOT)/tools/Rules.mk
-
-CFLAGS += -Werror
-
-.PHONY: all
-all: build
-
-.PHONY: build
-build: lomount
-
-.PHONY: install
-install install-recurse: build
- $(INSTALL_PROG) lomount $(SCRIPTS) $(DESTDIR)$(BINDIR)
-
-.PHONY: clean
-clean:
- $(RM) *.o lomount
-
-lomount: lomount.o
- $(CC) $(CFLAGS) -o $@ $<
-
--include $(DEPS) \ No newline at end of file