It seems unable to cope with it even like this
$(warning "### something ###")
so we will change the ### to === instead and hope that works.
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