]> xenbits.xensource.com Git - xen.git/commitdiff
test/vpci: enable by default
authorRoger Pau Monné <roger.pau@citrix.com>
Thu, 20 Oct 2022 14:37:29 +0000 (16:37 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 20 Oct 2022 14:37:29 +0000 (16:37 +0200)
CONFIG_HAS_PCI is not defined for the tools build, and as a result the
vpci harness would never get build.  Fix this by building it
unconditionally, there's nothing arch specific in it.

Reported-by: Andrew Cooper <Andrew.Cooper3@citrix.com>
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Anthony PERARD <anthony.perard@citrix.com>
Release-acked-by: Henry Wang <Henry.Wang@arm.com>
tools/tests/Makefile

index 33e32730c4dae52f2d541cb05ab01c216b4eb7b1..d99146d56a6498a5ff36e70e0256bf56773df077 100644 (file)
@@ -10,7 +10,7 @@ SUBDIRS-$(CONFIG_X86) += x86_emulator
 endif
 SUBDIRS-y += xenstore
 SUBDIRS-y += depriv
-SUBDIRS-$(CONFIG_HAS_PCI) += vpci
+SUBDIRS-y += vpci
 
 .PHONY: all clean install distclean uninstall
 all clean distclean install uninstall: %: subdirs-%