diff options
author | David Howells <dhowells@redhat.com> | 2006-01-08 10:01:21 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-09 05:13:37 +0100 |
commit | 00d76710c253341b1e84795923e59ccdb099628f (patch) | |
tree | 0865a6f51fc6034a40dc7e35fad882b7e181e0a1 /arch/frv/kernel/Makefile | |
parent | [PATCH] frv: supply various missing I/O access primitives (diff) | |
download | linux-00d76710c253341b1e84795923e59ccdb099628f.tar.xz linux-00d76710c253341b1e84795923e59ccdb099628f.zip |
[PATCH] frv: add module support stubs
Add stubs for FRV module support.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/frv/kernel/Makefile')
-rw-r--r-- | arch/frv/kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/frv/kernel/Makefile b/arch/frv/kernel/Makefile index 422f30ede575..5a827b349b5e 100644 --- a/arch/frv/kernel/Makefile +++ b/arch/frv/kernel/Makefile @@ -21,3 +21,4 @@ obj-$(CONFIG_PM) += pm.o cmode.o obj-$(CONFIG_MB93093_PDK) += pm-mb93093.o obj-$(CONFIG_SYSCTL) += sysctl.o obj-$(CONFIG_FUTEX) += futex.o +obj-$(CONFIG_MODULES) += module.o |