Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
CONFIG_PASSTHROUGH=1
else
ifeq (,$(wildcard /usr/include/pci))
-$(warning ### pciutils-dev package not found - missing /usr/include/pci)
-$(warning ### PCI passthrough capability has been disabled)
+$(warning "### pciutils-dev package not found - missing /usr/include/pci")
+$(warning "### PCI passthrough capability has been disabled")
else
CONFIG_PASSTHROUGH=1
endif
OBJS+= pass-through.o pt-msi.o
LIBS += -lpci
CFLAGS += -DCONFIG_PASSTHROUGH
-$(info ### PCI passthrough capability has been enabled ###)
+$(info "### PCI passthrough capability has been enabled ###")
endif
BAD_OBJS += gdbstub.o acpi.o apic.o