summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-10-11 20:56:33 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-10-11 20:56:33 +0200
commit9626c6084f626f4bace3bcffbaf456ed55f6abd3 (patch)
treefa31a93a9590791b88f1330b7c3669921638d9a2 /common/Makefile
parent045933764a513d738063fa296af989905a17ec58 (diff)
downloadbarebox-9626c6084f626f4bace3bcffbaf456ed55f6abd3.tar.gz
barebox-9626c6084f626f4bace3bcffbaf456ed55f6abd3.tar.xz
add module.o and module.lds to Makefile
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile
index 2d1d565af2..08a0a60121 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -14,6 +14,8 @@ obj-y += env.o
obj-y += startup.o
obj-y += misc.o
obj-y += memsize.o
+obj-$(CONFIG_MODULES) += module.o
+extra-$(CONFIG_MODULES) += module.lds
ifdef CONFIG_DEFAULT_ENVIRONMENT_PATH