2012-05-21 19:30:59 +02:00
|
|
|
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(-)
|
|
|
|
|
2014-10-02 16:21:02 +02:00
|
|
|
Index: vhba-module-20140928/Makefile
|
2012-05-21 19:30:59 +02:00
|
|
|
===================================================================
|
2014-10-02 16:21:02 +02:00
|
|
|
--- vhba-module-20140928.orig/Makefile
|
|
|
|
+++ vhba-module-20140928/Makefile
|
|
|
|
@@ -5,7 +5,7 @@ KDIR ?= /lib/modules/$(KERNELRELEASE)/bu
|
2013-06-09 16:19:50 +02:00
|
|
|
PWD ?= $(shell pwd)
|
2012-05-21 19:30:59 +02:00
|
|
|
|
2013-06-09 16:19:50 +02:00
|
|
|
obj-m := vhba.o
|
|
|
|
-ccflags-y := -DVHBA_VERSION=\"$(VHBA_VERSION)\" -Werror
|
|
|
|
+ccflags-y := -DVHBA_VERSION=\"$(VHBA_VERSION)\"
|
2012-05-21 19:30:59 +02:00
|
|
|
|
2014-10-02 16:21:02 +02:00
|
|
|
default: modules
|
|
|
|
install: modules_install
|