From ae53e9ef1dda5e8ee7dfe3a7fc0b17ccb7c81910 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 4 Oct 2007 12:33:03 +0200 Subject: CONFIG_MODULE -> CONFIG_MODULES --- arch/blackfin/Kconfig | 2 +- arch/blackfin/lib/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/blackfin') diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index f70df95680..ad570c2ca0 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig @@ -2,7 +2,7 @@ config BLACKFIN bool select HAS_KALLSYMS - select HAS_MODULE + select HAS_MODULES default y config BF561 diff --git a/arch/blackfin/lib/Makefile b/arch/blackfin/lib/Makefile index 286f138e3c..2f7731824b 100644 --- a/arch/blackfin/lib/Makefile +++ b/arch/blackfin/lib/Makefile @@ -14,4 +14,4 @@ obj-y += cpu.o obj-y += flush.o obj-y += interrupt.o obj-y += traps.o -obj-$(CONFIG_MODULE) += module.o +obj-$(CONFIG_MODULES) += module.o -- cgit v1.2.3