aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenpmd/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-10-23 11:17:25 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-10-23 11:17:25 +0100
commitaa2c5565dc0725cf69771f376c9bec03b3524362 (patch)
tree6044e598c19de560cb2d5b2d991489104518bf68 /tools/xenpmd/Makefile
parent8cd3e6c149495d73a4b2fbb23db478a0ed19fc06 (diff)
downloadxen-aa2c5565dc0725cf69771f376c9bec03b3524362.tar.gz
xen-aa2c5565dc0725cf69771f376c9bec03b3524362.tar.bz2
xen-aa2c5565dc0725cf69771f376c9bec03b3524362.zip
Xen power management daemon patch.
Signed-off-by: Kamala Narasimhan <kamala.narasimhan@citrix.com>
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)