# HG changeset patch # User yamahata@xxxxxxxxxxxxx # Node ID 6c59c23ea08a758b329c25c655d43de8b619ee66 # Parent 2dce18258c3d533016b666230eb199940d336c2b makefile clean up. PATCHNAME: arch_ia64_xen_drivers_makefile_linux Signed-off-by: Isaku Yamahata diff -r 2dce18258c3d -r 6c59c23ea08a linux-2.6-xen-sparse/arch/ia64/xen/drivers/Makefile --- a/linux-2.6-xen-sparse/arch/ia64/xen/drivers/Makefile Wed May 10 15:33:02 2006 +0900 +++ b/linux-2.6-xen-sparse/arch/ia64/xen/drivers/Makefile Wed May 10 15:33:04 2006 +0900 @@ -2,21 +2,22 @@ ifneq ($(CONFIG_XEN_IA64_DOM0_VP),y) ifneq ($(CONFIG_XEN_IA64_DOM0_VP),y) obj-y += util.o endif +obj-$(CONFIG_XEN_IA64_DOM0_VP) += net_driver_util.o obj-y += core/ +#obj-y += char/ obj-y += console/ obj-y += evtchn/ #obj-y += balloon/ obj-y += privcmd/ -obj-y += blkback/ -#obj-y += netback/ -obj-y += blkfront/ obj-y += xenbus/ -#obj-y += netfront/ -#obj-$(CONFIG_XEN_PRIVILEGED_GUEST) += privcmd/ -#obj-$(CONFIG_XEN_BLKDEV_BACKEND) += blkback/ -#obj-$(CONFIG_XEN_NETDEV_BACKEND) += netback/ -#obj-$(CONFIG_XEN_BLKDEV_FRONTEND) += blkfront/ -#obj-$(CONFIG_XEN_NETDEV_FRONTEND) += netfront/ -#obj-$(CONFIG_XEN_BLKDEV_TAP) += blktap/ +obj-$(CONFIG_XEN_BLKDEV_BACKEND) += blkback/ +obj-$(CONFIG_XEN_NETDEV_BACKEND) += netback/ +obj-$(CONFIG_XEN_TPMDEV_BACKEND) += tpmback/ +obj-$(CONFIG_XEN_BLKDEV_FRONTEND) += blkfront/ +obj-$(CONFIG_XEN_NETDEV_FRONTEND) += netfront/ +obj-$(CONFIG_XEN_BLKDEV_TAP) += blktap/ +obj-$(CONFIG_XEN_TPMDEV_FRONTEND) += tpmfront/ +obj-$(CONFIG_XEN_PCIDEV_BACKEND) += pciback/ +obj-$(CONFIG_XEN_PCIDEV_FRONTEND) += pcifront/