aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pci/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pci/Makefile')
-rw-r--r--tools/pci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pci/Makefile b/tools/pci/Makefile
index 9b7534457060..6876ee4bd78c 100644
--- a/tools/pci/Makefile
+++ b/tools/pci/Makefile
@@ -47,7 +47,7 @@ clean:
install: $(ALL_PROGRAMS)
install -d -m 755 $(DESTDIR)$(bindir); \
- for program in $(ALL_PROGRAMS); do \
+ for program in $(ALL_PROGRAMS) pcitest.sh; do \
install $$program $(DESTDIR)$(bindir); \
done; \
for script in $(ALL_SCRIPTS); do \