diff options
| author | Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 2003-10-07 17:54:04 -0300 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-10-07 17:54:04 -0300 |
| commit | ff08f6fe935ff0854990421e80d04c39c7c2a15a (patch) | |
| tree | 18d34e97be191d24a895e91e8c638bb190f9d247 /kernel/Makefile | |
| parent | 500ae9b0021e303de56aa929df3de071d9b629c2 (diff) | |
o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the tree
Diffstat (limited to 'kernel/Makefile')
| -rw-r--r-- | kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/Makefile b/kernel/Makefile index c63c8eab0f08..503aecd60428 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -12,7 +12,7 @@ obj-$(CONFIG_FUTEX) += futex.o obj-$(CONFIG_GENERIC_ISA_DMA) += dma.o obj-$(CONFIG_SMP) += cpu.o obj-$(CONFIG_UID16) += uid16.o -obj-$(CONFIG_MODULES) += ksyms.o module.o +obj-$(CONFIG_MODULES) += module.o obj-$(CONFIG_KALLSYMS) += kallsyms.o obj-$(CONFIG_PM) += power/ obj-$(CONFIG_BSD_PROCESS_ACCT) += acct.o |
