summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:00 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:00 +0200
commite935d1a45206186895a2e5148fe8c58ed94e7cca (patch)
tree306b02cc195d3e2614fcc05869c5f0d423141406 /common/Makefile
parent84e84863d85f624bb73d41238d99f6048f713ce2 (diff)
downloadbarebox-e935d1a45206186895a2e5148fe8c58ed94e7cca.tar.gz
barebox-e935d1a45206186895a2e5148fe8c58ed94e7cca.tar.xz
svn_rev_511
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 2a1e929c40..01d4542aa3 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -18,6 +18,7 @@ obj-$(CONFIG_HUSH_PARSER) += hush.o
obj-$(CONFIG_SIMPLE_PARSER) += parser.o
obj-$(CONFIG_CMDLINE_EDITING) += readline.o
obj-$(CONFIG_SIMPLE_READLINE) += readline_simple.o
+obj-$(CONFIG_GREGORIAN_CALENDER) += date.o
obj-y += cmd_fs.o
obj-y += exports.o