summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-07-01 10:14:40 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-07-01 10:14:40 +0200
commit55e87e07c1c788726423ac617545590cf36c0402 (patch)
tree28a9f2424abe72b3b04236eb3c7fa8e05057177e /common/Makefile
parentda05cbd69a559a1750d6dd07d932b3db32ad3daa (diff)
parent5c179dd08da0799a584a2ed9ec19ffefa8165721 (diff)
downloadbarebox-55e87e07c1c788726423ac617545590cf36c0402.tar.gz
barebox-55e87e07c1c788726423ac617545590cf36c0402.tar.xz
Merge branch 'for-next/ppc'
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 4f430b6ed1..64eacc3047 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -13,6 +13,7 @@ obj-$(CONFIG_CMD_LOADS) += s_record.o
obj-$(CONFIG_OFTREE) += oftree.o
obj-y += memory.o
+obj-$(CONFIG_DDR_SPD) += ddr_spd.o
obj-y += memory_display.o
obj-$(CONFIG_MALLOC_DLMALLOC) += dlmalloc.o
obj-$(CONFIG_MALLOC_TLSF) += tlsf_malloc.o