From: Heiko Carstens Date: Thu, 28 Sep 2017 06:05:13 +0000 (+0200) Subject: s390/virtio: simplify Makefile X-Git-Tag: v4.15-rc1~166^2~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d67ce18eb6894dff1f3dfa60cd8f1c75088b878e;p=thirdparty%2Fkernel%2Flinux.git s390/virtio: simplify Makefile Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- diff --git a/drivers/s390/virtio/Makefile b/drivers/s390/virtio/Makefile index d9942e0a123c4..f68af1f317f15 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