summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-10-14 15:46:10 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-10-14 15:46:10 +0200
commit8f23a17f9bac836e4a2f4883ca8f886f535449a8 (patch)
tree024fce3025a11797927d630934d975269649238b /common/Makefile
parent51c92d290b54da6e865d3710fb730c93f4e5f929 (diff)
parent61cf2b51bccbf18c3df505a77db759454e8574ca (diff)
downloadbarebox-8f23a17f9bac836e4a2f4883ca8f886f535449a8.tar.gz
barebox-8f23a17f9bac836e4a2f4883ca8f886f535449a8.tar.xz
Merge branch 'pu/bootloader-spec'
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 9a9e3fe7d9..75d924e90f 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -12,6 +12,7 @@ obj-$(CONFIG_PARTITION_DISK) += partitions.o partitions/
obj-$(CONFIG_CMD_LOADS) += s_record.o
obj-$(CONFIG_OFTREE) += oftree.o
+obj-$(CONFIG_BLSPEC) += blspec.o
obj-y += memory.o
obj-$(CONFIG_DDR_SPD) += ddr_spd.o
obj-y += memory_display.o