aboutsummaryrefslogtreecommitdiffstats
path: root/tools/hotplug/Makefile
blob: f147b5918ce23e5f3cdae7e972f9753390813c94 (plain)
1
2
3
4
5
6
7
8
9
XEN_ROOT = $(CURDIR)/../..
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-%