[PATCH] m68k: oktagon makefile fix
authorAl Viro <viro@ftp.linux.org.uk>
Thu, 12 Jan 2006 09:06:14 +0000 (01:06 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 12 Jan 2006 17:09:00 +0000 (09:09 -0800)
commit641940611478df8b63f581310b9d51806dda3212
tree8c55714d905ef06814c161a87e7352d843fad84c
parentcef46b1f10ab67c2a00d866413b9e7e26aae9eed
[PATCH] m68k: oktagon makefile fix

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: Al Viro <viro@zeniv.linux.org.uk>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/scsi/Makefile