- 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:
parent
66ec01d2dd
commit
5df67af209
@ -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/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h
|
||||
@@ -161,4 +161,14 @@ typedef irqreturn_t (*irq_handler_t)(int
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user