forked from pool/vhba-kmp
Jan Engelhardt
bc199254ba
OBS-URL: https://build.opensuse.org/package/show/filesystems/vhba-kmp?expand=0&rev=16
22 lines
604 B
Diff
22 lines
604 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-20140928/Makefile
|
|
===================================================================
|
|
--- vhba-module-20140928.orig/Makefile
|
|
+++ vhba-module-20140928/Makefile
|
|
@@ -5,7 +5,7 @@ KDIR ?= /lib/modules/$(KERNELRELEASE)/bu
|
|
PWD ?= $(shell pwd)
|
|
|
|
obj-m := vhba.o
|
|
-ccflags-y := -DVHBA_VERSION=\"$(VHBA_VERSION)\" -Werror
|
|
+ccflags-y := -DVHBA_VERSION=\"$(VHBA_VERSION)\"
|
|
|
|
default: modules
|
|
install: modules_install
|