summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/lib
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-10-04 12:33:03 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2007-10-04 12:33:03 +0200
commitae53e9ef1dda5e8ee7dfe3a7fc0b17ccb7c81910 (patch)
tree1eddfc66660591e312815241b9966268a4a9cf4e /arch/blackfin/lib
parent0b19fcf4919a7c89876403cdc3f10811f8d50480 (diff)
downloadbarebox-ae53e9ef1dda5e8ee7dfe3a7fc0b17ccb7c81910.tar.gz
barebox-ae53e9ef1dda5e8ee7dfe3a7fc0b17ccb7c81910.tar.xz
CONFIG_MODULE -> CONFIG_MODULES
Diffstat (limited to 'arch/blackfin/lib')
-rw-r--r--arch/blackfin/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
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