2014-10-02 14:21:02 +00:00
committed by Git OBS Bridge
parent 037e727c76
commit bc199254ba
5 changed files with 16 additions and 10 deletions

View File

@@ -6,16 +6,16 @@ Upstream: tendency: no
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: vhba-module-20140629/Makefile
Index: vhba-module-20140928/Makefile
===================================================================
--- vhba-module-20140629.orig/Makefile
+++ vhba-module-20140629/Makefile
@@ -8,7 +8,7 @@ KDIR ?= /lib/modules/$(KERNELRELEASE)/bu
--- 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)\"
clean-dirs := $(PACKAGE)
clean-files := $(PACKAGE).tar.gz $(PACKAGE).tar.bz2
default: modules
install: modules_install