summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2009-12-21 07:07:04 -0500
committerSascha Hauer <s.hauer@pengutronix.de>2009-12-21 14:21:45 +0100
commit06c5d3d9face82415473a1ef61ec9dd694ec2052 (patch)
treeca4f9f2945c66659787654c0900513c95ba0228a /common
parent28e497d52bca0759dd1f71370fe98036646947cd (diff)
downloadbarebox-06c5d3d9face82415473a1ef61ec9dd694ec2052.tar.gz
barebox-06c5d3d9face82415473a1ef61ec9dd694ec2052.tar.xz
Remove/adjust erroneous references to CONFIG_MODULE.
The correct config variable is CONFIG_MODULES, so tweak any references to the incorrect CONFIG_MODULE. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile
index d7a024bf86..0c075a960f 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -2,7 +2,6 @@ obj-$(CONFIG_SHELL_HUSH) += hush.o
obj-$(CONFIG_SHELL_SIMPLE) += parser.o
obj-$(CONFIG_GREGORIAN_CALENDER) += date.o
obj-$(CONFIG_OF_FLAT_TREE) += ft_build.o
-obj-$(CONFIG_MODULE) += module.o
obj-$(CONFIG_KALLSYMS) += kallsyms.o
obj-$(CONFIG_ENV_HANDLING) += environment.o
obj-$(CONFIG_AUTO_COMPLETE) += complete.o