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:
parent
7fb2b2d512
commit
d67ce18eb6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue