diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-01-12 04:06:14 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-12 12:09:00 -0500 |
commit | 641940611478df8b63f581310b9d51806dda3212 (patch) | |
tree | 8c55714d905ef06814c161a87e7352d843fad84c /arch/m68k/kernel | |
parent | cef46b1f10ab67c2a00d866413b9e7e26aae9eed (diff) |
[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>
Diffstat (limited to 'arch/m68k/kernel')
0 files changed, 0 insertions, 0 deletions