forked from pool/vhba-kmp
Jan Engelhardt
b824dfcb33
cdemu suite OBS-URL: https://build.opensuse.org/request/show/116800 OBS-URL: https://build.opensuse.org/package/show/filesystems/vhba-kmp?expand=0&rev=1
22 lines
600 B
Diff
22 lines
600 B
Diff
From: Jan Engelhardt <jengelh@inai.de>
|
|
Date: 2012-05-08 22:52:51.798190070 +0200
|
|
Upstream: tendency: no
|
|
|
|
---
|
|
Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: vhba-module-20120422/Makefile
|
|
===================================================================
|
|
--- vhba-module-20120422.orig/Makefile
|
|
+++ vhba-module-20120422/Makefile
|
|
@@ -1,7 +1,7 @@
|
|
VHBA_VERSION = $(shell date -r ${src}/vhba.c +%Y%m%d)
|
|
PACKAGE = vhba-module-$(VHBA_VERSION)
|
|
|
|
-EXTRA_CFLAGS += -DVHBA_VERSION=\"$(VHBA_VERSION)\" -Werror
|
|
+EXTRA_CFLAGS += -DVHBA_VERSION=\"$(VHBA_VERSION)\"
|
|
|
|
obj-m += vhba.o
|
|
|