aboutsummaryrefslogtreecommitdiffstats
path: root/tools/hotplug/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-11-04 12:13:42 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-11-04 12:13:42 +0000
commit57bcfa11b151fdbb71c256fa47592fc6a535c487 (patch)
tree1d0e0d153177f598722c5942101762e79f89bf54 /tools/hotplug/Makefile
parent8ebbe767aa281355990b834b06d9b287e19e01c3 (diff)
downloadxen-57bcfa11b151fdbb71c256fa47592fc6a535c487.tar.gz
xen-57bcfa11b151fdbb71c256fa47592fc6a535c487.tar.bz2
xen-57bcfa11b151fdbb71c256fa47592fc6a535c487.zip
tools/hotplug: Separate OS-specific scripts.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'tools/hotplug/Makefile')
-rw-r--r--tools/hotplug/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/hotplug/Makefile b/tools/hotplug/Makefile
new file mode 100644
index 0000000000..979e916d7f
--- /dev/null
+++ b/tools/hotplug/Makefile
@@ -0,0 +1,9 @@
+XEN_ROOT = ../../
+include $(XEN_ROOT)/tools/Rules.mk
+
+SUBDIRS-y := common
+SUBDIRS-$(CONFIG_NetBSD) += NetBSD
+SUBDIRS-$(CONFIG_Linux) += Linux
+
+.PHONY: all clean install
+all clean install: %: subdirs-%