Skip to content
  • Al Viro's avatar
    [PATCH] m68k: oktagon makefile fix · 64194061
    Al Viro authored
    
    
    oktagon_esp is described as modular.  However, drivers/scsi/Makefile doesn't
    handle it right - it's multi-object module, with one of the parts being built
    from .S.  Current makefile tries to declare each part a module of its own;
    that not only wouldn't work (oktagon_io.o doesn't have the right parts for
    that), it actually doesn't even build since kbuild doesn't believe in
    single-object modules built from .S.  Turned into proper multi-object
    module...
    
    Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
    Cc: Roman Zippel <zippel@linux-m68k.org>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    64194061