Bladeren bron

s390/virtio: simplify Makefile

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Heiko Carstens 7 jaren geleden
bovenliggende
commit
d67ce18eb6
1 gewijzigde bestanden met toevoegingen van 1 en 2 verwijderingen
  1. 1 2
      drivers/s390/virtio/Makefile

+ 1 - 2
drivers/s390/virtio/Makefile

@@ -6,5 +6,4 @@
 # it under the terms of the GNU General Public License (version 2 only)
 # it under the terms of the GNU General Public License (version 2 only)
 # as published by the Free Software Foundation.
 # 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