[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [IA64] linux: ia64 drivers Makefile clean up
# HG changeset patch # User awilliam@xxxxxxxxxxx # Node ID 97dddc2e691285cd39ffc9ad0bc89b442a2e2ad1 # Parent 1283874dff103876f7e60c5f352a37f83023a2ec [IA64] linux: ia64 drivers Makefile clean up makefile clean up. Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx> --- linux-2.6-xen-sparse/arch/ia64/xen/drivers/Makefile | 21 ++++++++++---------- 1 files changed, 11 insertions(+), 10 deletions(-) diff -r 1283874dff10 -r 97dddc2e6912 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:52:06 2006 -0600 +++ b/linux-2.6-xen-sparse/arch/ia64/xen/drivers/Makefile Wed May 10 15:54:00 2006 -0600 @@ -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/ _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |