X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fpci%2FMakefile;h=f01e344cf4bd673c059044698f50896836d26fad;hb=18cb657ca1bafe635f368346a1676fb04c512edf;hp=dc1aa09228684b8881241c91fde01111df04bdb1;hpb=e2e96c663639a3361bb1a84e666887d308c6c87e;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index dc1aa0922868..f01e344cf4bd 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile @@ -65,6 +65,6 @@ obj-$(CONFIG_PCI_SYSCALL) += syscall.o obj-$(CONFIG_PCI_STUB) += pci-stub.o -ifeq ($(CONFIG_PCI_DEBUG),y) -EXTRA_CFLAGS += -DDEBUG -endif +obj-$(CONFIG_XEN_PCIDEV_FRONTEND) += xen-pcifront.o + +ccflags-$(CONFIG_PCI_DEBUG) := -DDEBUG