Skip to content
Snippets Groups Projects
Select Git revision
  • v4.14-rc5
  • apu_kernel default
  • mesh_mac_filter
  • wiptp_patch
  • master protected
  • v6.7-rc6
  • v6.7-rc5
  • v6.7-rc4
  • v6.7-rc3
  • v6.7-rc2
  • v6.7-rc1
  • v6.6
  • v6.6-rc7
  • v6.6-rc6
  • v6.6-rc5
  • v6.6-rc4
  • v6.6-rc3
  • v6.6-rc2
  • v6.6-rc1
  • v6.5
  • v6.5-rc7
  • v6.5-rc6
  • v6.5-rc5
  • v6.5-rc4
  • v6.5-rc3
25 results

Makefile

Blame
  • Makefile 422 B
    # Makefile for kvm guest drivers on s390
    #
    # Copyright IBM Corp. 2008
    #
    # This program is free software; you can redistribute it and/or modify
    # 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
    ifdef CONFIG_S390_GUEST_OLD_TRANSPORT
    s390-virtio-objs += kvm_virtio.o
    endif
    obj-$(CONFIG_S390_GUEST) += $(s390-virtio-objs)