aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenpmd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xenpmd/Makefile')
-rw-r--r--tools/xenpmd/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/xenpmd/Makefile b/tools/xenpmd/Makefile
new file mode 100644
index 0000000000..0e9f54040c
--- /dev/null
+++ b/tools/xenpmd/Makefile
@@ -0,0 +1,15 @@
+XEN_ROOT=../..
+include $(XEN_ROOT)/tools/Rules.mk
+
+CFLAGS += -Werror
+CFLAGS += $(CFLAGS_libxenstore)
+LDFLAGS += $(LDFLAGS_libxenstore)
+
+BIN = xenpmd
+
+.PHONY: all
+all: $(BIN)
+
+.PHONY: clean
+clean:
+ $(RM) -f $(BIN)