aboutsummaryrefslogtreecommitdiffstats
path: root/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 /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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 131ab3d1a3..6081f4c0cd 100644
--- a/Makefile
+++ b/Makefile
@@ -224,7 +224,7 @@ uninstall:
rm -rf $(D)$(LIBDIR)/xen/
rm -rf $(D)/usr/lib/xen/
rm -rf $(D)/usr/local/sbin/setmask $(D)/usr/local/sbin/xen*
- rm -rf $(D)/usr/sbin/xen* $(D)/usr/sbin/netfix $(D)/usr/sbin/xm
+ rm -rf $(D)/usr/sbin/xen* $(D)/usr/sbin/netfix $(D)/usr/sbin/xm $(D)/usr/sbin/device-path
rm -rf $(D)/usr/share/doc/xen
rm -rf $(D)/usr/share/xen
rm -rf $(D)/usr/share/man/man1/xen*