9
0
Fork 0

add module.o and module.lds to Makefile

This commit is contained in:
Sascha Hauer 2007-10-11 20:56:33 +02:00
parent 045933764a
commit 9626c6084f
1 changed files with 2 additions and 0 deletions

View File

@ -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