This commit was manufactured by cvs2svn to create branch 'vserver'.
[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