diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-02-04 22:30:25 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-05 09:44:23 -0800 |
commit | 3456fef5d988e9014cd318a3ae7991c9a03c8cf2 (patch) | |
tree | 1752d28e72728d8f2df5ae7d41f46a9b703e9c0a /arch/m68k/hp300/Makefile | |
parent | deea7775e2ae460aace0bf7b5bb2ff3b412017f1 (diff) |
m68k: kill arch/m68k/hp300/ksyms.c
It was empty.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68k/hp300/Makefile')
-rw-r--r-- | arch/m68k/hp300/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/hp300/Makefile b/arch/m68k/hp300/Makefile index 288b9c67c9b..96d4244c82f 100644 --- a/arch/m68k/hp300/Makefile +++ b/arch/m68k/hp300/Makefile @@ -2,4 +2,4 @@ # Makefile for Linux arch/m68k/hp300 source directory # -obj-y := ksyms.o config.o time.o reboot.o +obj-y := config.o time.o reboot.o |