aboutsummaryrefslogtreecommitdiffstats
path: root/tools/misc/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-04-06 13:52:56 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-04-06 13:52:56 +0100
commitfdd33002ee45be20b317cad3e165714d14009390 (patch)
treeea4433999a8e128215d2c0b071c3bab0ac795428 /tools/misc/Makefile
parentb812d1ddc4f23d3781fefff6fdcac9d247ab7ebb (diff)
downloadxen-fdd33002ee45be20b317cad3e165714d14009390.tar.gz
xen-fdd33002ee45be20b317cad3e165714d14009390.tar.bz2
xen-fdd33002ee45be20b317cad3e165714d14009390.zip
tools: Add device-path command to convert SBDF into device path.
'SBDF' format is "[SEG#:]BUS#:DEV#.FUNC#" ex) 0000:0a:1f.3 Device path format is "HID[:UID]-DEV#.FUNC#[-DEV#.FUNC#[...]]" ex) PNP0A08:0-2.0-0.0 The command can be executed as follows. # device_path 0a:1f.3 PNP0A08:0-2.0-0.0 Signed-off-by: Yuji Shimada <shimada-yxb@necst.nec.co.jp>
Diffstat (limited to 'tools/misc/Makefile')
-rw-r--r--tools/misc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/Makefile b/tools/misc/Makefile
index 12c599cd75..83423e1537 100644
--- a/tools/misc/Makefile
+++ b/tools/misc/Makefile
@@ -22,7 +22,7 @@ INSTALL_BIN-y := xencons
INSTALL_BIN-$(CONFIG_X86) += xen-detect
INSTALL_BIN := $(INSTALL_BIN-y)
-INSTALL_SBIN-y := netfix xm xen-bugtool xen-python-path xend xenperf xsview xenpm
+INSTALL_SBIN-y := netfix xm xen-bugtool xen-python-path xend xenperf xsview xenpm device-path
INSTALL_SBIN := $(INSTALL_SBIN-y)
DEFAULT_PYTHON_PATH := $(shell $(XEN_ROOT)/tools/python/get-path)