Merge to kernel-2.6.20-1.2949.fc6.vs2.2.0.1
[linux-2.6.git] / drivers / xen / pcifront / Makefile
1 obj-y += pcifront.o
2
3 pcifront-y := pci_op.o xenbus.o pci.o
4
5 ifeq ($(CONFIG_XEN_PCIDEV_FE_DEBUG),y)
6 EXTRA_CFLAGS += -DDEBUG
7 endif