aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2017-09-28 08:05:13 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2017-09-29 15:51:53 +0200
commitd67ce18eb6894dff1f3dfa60cd8f1c75088b878e (patch)
tree0ea2a4ef4f2b4da336d1f11a44c6815e9891e3bb /drivers
parents390/virtio: remove the old KVM virtio transport (diff)
downloadlinux-dev-d67ce18eb6894dff1f3dfa60cd8f1c75088b878e.tar.xz
linux-dev-d67ce18eb6894dff1f3dfa60cd8f1c75088b878e.zip
s390/virtio: simplify Makefile
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/s390/virtio/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/s390/virtio/Makefile b/drivers/s390/virtio/Makefile
index d9942e0a123c..f68af1f317f1 100644
--- 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