summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-08-07 13:13:45 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-08-07 13:13:45 +0200
commit9cce00617bf67a462eabd8c473c423f78414a8e8 (patch)
tree950cab0665633f390ad04b9b2b5147f10a4be896 /lib/Makefile
parentba465b6c4dc4b0729e98f1581a13ad7e01032461 (diff)
parent642f8fbed8b4c55d56a0934b803146009539905e (diff)
downloadbarebox-9cce00617bf67a462eabd8c473c423f78414a8e8.tar.gz
barebox-9cce00617bf67a462eabd8c473c423f78414a8e8.tar.xz
Merge branch 'for-next/rtc'
Conflicts: arch/mips/dts/jz4755.dtsi commands/Makefile
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 77207dc773..1a345442aa 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,3 +1,4 @@
+obj-y += bcd.o
obj-$(CONFIG_BOOTSTRAP) += bootstrap/
obj-y += ctype.o
obj-y += rbtree.o