projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fb2b2d
)
s390/virtio: simplify Makefile
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Thu, 28 Sep 2017 06:05:13 +0000
(08:05 +0200)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Fri, 29 Sep 2017 13:51:53 +0000
(15:51 +0200)
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/virtio/Makefile
patch
|
blob
|
history
diff --git
a/drivers/s390/virtio/Makefile
b/drivers/s390/virtio/Makefile
index d9942e0a123c48bbda521cb57f5f858d59e0e435..f68af1f317f15460d489c9b8324ebc4d06142ca9 100644
(file)
--- a/
drivers/s390/virtio/Makefile
+++ b/
drivers/s390/virtio/Makefile
@@
-6,5
+6,4
@@
# it under the terms of the GNU General Public License (version 2 only)
# as published by the Free Software Foundation.
-s390-virtio-objs := virtio_ccw.o
-obj-$(CONFIG_S390_GUEST) += $(s390-virtio-objs)
+obj-$(CONFIG_S390_GUEST) += virtio_ccw.o