diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-18 00:24:27 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-18 00:24:27 +0000 |
commit | b9558d5f86c471a125abf1fb3a3882fb053b1f8c (patch) | |
tree | 707b53ec64e740a7da87d5f36485e3cd9b1c794e /arch/m68k/mvme16x/Makefile | |
parent | b3ac367c7a3e6047abe74817db27e34e759f279f (diff) |
Merge with Linux 2.3.41.
Diffstat (limited to 'arch/m68k/mvme16x/Makefile')
-rw-r--r-- | arch/m68k/mvme16x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/mvme16x/Makefile b/arch/m68k/mvme16x/Makefile index bb7485ab8..1c6bfd3ca 100644 --- a/arch/m68k/mvme16x/Makefile +++ b/arch/m68k/mvme16x/Makefile @@ -9,6 +9,6 @@ O_TARGET := mvme16x.o O_OBJS := config.o 16xints.o rtc.o -#OX_OBJS = ksyms.o +OX_OBJS := mvme16x_ksyms.o include $(TOPDIR)/Rules.make |