linux/tools/pci
Andy Shevchenko af3366308e tools: PCI: Fix installation when make tools/pci_install
The commit c9a7078750 ("tools pci: Do not delete pcitest.sh in 'make clean'")
fixed a `make tools clean` issue and simultaneously brought a regression
to the installation process:

  for script in .../tools/pci/pcitest.sh; do	\
	install $script .../usr/usr/bin;	\
  done
  install: cannot stat '.../tools/pci/pcitest.sh': No such file or directory

Update the install commands to fix the remaining issue.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
Cc: Jean-Jacques Hiblot <jjhiblot@ti.com>
Cc: Kishon Vijay Abraham I <kishon@ti.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
2019-07-09 17:31:22 +01:00
..
Build tools: PCI: Change pcitest compiling process 2018-10-03 11:19:52 +01:00
Makefile tools: PCI: Fix installation when make tools/pci_install 2019-07-09 17:31:22 +01:00
pcitest.c tools: PCI: Fix compiler warning in pcitest 2019-05-29 17:44:34 +01:00
pcitest.sh tools: PCI: Add MSI-X support 2018-07-19 11:47:13 +01:00