diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2009-01-09 03:57:35 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-09 03:57:35 +0300 |
commit | 45536ffc8dcb7798ff4818f54391547e5af19648 (patch) | |
tree | adc72fde5230d5b345ec28be7d9be3c2124c4fb1 /arch/sparc/lib/Makefile | |
parent | b41418f48c389bad4cd87156792b4a4f24a70729 (diff) | |
download | linux-45536ffc8dcb7798ff4818f54391547e5af19648.tar.xz |
sparc: Create a new file lib/ksyms.c and add export of all symbols defined in assembler in lib/ to this file.
Remove the duplicate entries from kernel/sparc_ksyms_*.c
The rationale behind this is that the EXPORT_SYMBOL() should be close to
their definition and we cannot add designate a symbol to be exported in
assembler so at least put it in a file in the same directory.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Additions by Julian Calaby:
* Rebased over sparc-2.6.git HEAD
Signed-off-by: Julian Calaby <julian.calaby@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/lib/Makefile')
-rw-r--r-- | arch/sparc/lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/lib/Makefile b/arch/sparc/lib/Makefile index 375016e19144..273fc85269fc 100644 --- a/arch/sparc/lib/Makefile +++ b/arch/sparc/lib/Makefile @@ -42,3 +42,4 @@ lib-$(CONFIG_SPARC64) += mcount.o ipcsum.o xor.o obj-y += iomap.o obj-$(CONFIG_SPARC32) += atomic32.o +obj-y += ksyms.o |