tools/Makefile: Remove pci target
authorJianfeng Liu <liujianfeng1994@gmail.com>
Mon, 17 Feb 2025 11:51:52 +0000 (19:51 +0800)
committerKrzysztof Wilczyński <kwilczynski@kernel.org>
Sat, 8 Mar 2025 14:35:32 +0000 (14:35 +0000)
commit86c2345aff3f5b48b53a73a15ffe6e0930e4170f
treed253a4651cfb27680b35d3cec77725446d133b16
parent2014c95afecee3e76ca4a56956a936e23283f05b
tools/Makefile: Remove pci target

e19bde2269ca ("selftests: Move PCI Endpoint tests from tools/pci to
Kselftests") moves tools/pci/ to tools/testing/selftests/pci_endpoint,
which causes build failure when running "make pci" under tools:

  linux/tools$ make pci
    DESCEND pci
  make[1]: *** No targets specified and no makefile found.  Stop.
  make: *** [Makefile:73: pci] Error 2

Update the top level tools/Makefile to remove reference to building,
installing and cleaning pci components.

Link: https://lore.kernel.org/r/20250217115159.537920-1-liujianfeng1994@gmail.com
Fixes: e19bde2269ca ("selftests: Move PCI Endpoint tests from tools/pci to Kselftests")
Signed-off-by: Jianfeng Liu <liujianfeng1994@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
tools/Makefile