aboutsummaryrefslogtreecommitdiffstats
path: root/tools/misc/lomount/Makefile
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2013-07-31 16:15:54 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-08-20 15:34:34 +0100
commit5c52c9e0af0adba2547df39a51b93ab8bdacfd90 (patch)
tree148f65ed8689f94d22e712ccf2cec7beb9493a05 /tools/misc/lomount/Makefile
parent337452d04dbf8389580ed2b60838c2264e64848c (diff)
downloadxen-5c52c9e0af0adba2547df39a51b93ab8bdacfd90.tar.gz
xen-5c52c9e0af0adba2547df39a51b93ab8bdacfd90.tar.bz2
xen-5c52c9e0af0adba2547df39a51b93ab8bdacfd90.zip
tools: remove lomount
Build was disabled by default in 2008 (9bb7f7e2aca49). As noted at the time people should be using kpartx these days instead. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com> Acked-by: Matt Wilson <msw@amazon.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
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