s390/virtio: simplify Makefile

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
Heiko Carstens 2017-09-28 08:05:13 +02:00 committed by Martin Schwidefsky
parent 7fb2b2d512
commit d67ce18eb6
1 changed files with 1 additions and 2 deletions

View File

@ -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