- remove vcd.o rule from PVonHVM Makefile, not needed anymore

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=178
This commit is contained in:
Olaf Hering 2012-03-28 09:33:05 +00:00 committed by Git OBS Bridge
parent 66ec01d2dd
commit 5df67af209
2 changed files with 5 additions and 7 deletions

View File

@ -1,10 +1,3 @@
--- xen-4.1.2-testing.orig/unmodified_drivers/linux-2.6/blkfront/Kbuild
+++ xen-4.1.2-testing/unmodified_drivers/linux-2.6/blkfront/Kbuild
@@ -3,3 +3,4 @@ include $(M)/overrides.mk
obj-m += xen-vbd.o
xen-vbd-objs := blkfront.o vbd.o
+xen-vbd-objs += $(patsubst %.c,%.o,$(notdir $(wildcard $(src)/vcd.c)))
--- xen-4.1.2-testing.orig/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h --- xen-4.1.2-testing.orig/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h
+++ xen-4.1.2-testing/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h +++ xen-4.1.2-testing/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h
@@ -161,4 +161,14 @@ typedef irqreturn_t (*irq_handler_t)(int @@ -161,4 +161,14 @@ typedef irqreturn_t (*irq_handler_t)(int

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 28 11:29:50 CEST 2012 - ohering@suse.de
- remove vcd.o rule from PVonHVM Makefile, not needed anymore
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 20 14:14:09 MDT 2012 - carnold@novell.com Tue Mar 20 14:14:09 MDT 2012 - carnold@novell.com