summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-08-01 17:49:27 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-08-01 17:49:27 +0200
commit2935411dea8ed1b76e0e42a8f1988ba127c3dc02 (patch)
tree3bec81536dd9e88257b061b00a765198dd787c2e /common/Makefile
parent88107f6e121a3a1835aa261a39a0a284e06457ce (diff)
parent15d989e83d84ba13c100fbfe60980d22bf807fea (diff)
downloadbarebox-2935411dea8ed1b76e0e42a8f1988ba127c3dc02.tar.gz
barebox-2935411dea8ed1b76e0e42a8f1988ba127c3dc02.tar.xz
Merge branch 'for-next/reset-source'
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile
index d99dfa271a..d74dffb916 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -30,6 +30,7 @@ obj-y += startup.o
obj-y += misc.o
obj-y += memsize.o
obj-$(CONFIG_GLOBALVAR) += globalvar.o
+obj-$(CONFIG_RESET_SOURCE) += reset_source.o
obj-$(CONFIG_FILETYPE) += filetype.o
obj-y += resource.o
obj-$(CONFIG_MENU) += menu.o