summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorAlexander Stein <alexander.stein@systec-electronic.com>2016-03-17 11:00:21 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-04-08 13:33:18 +0200
commitf01ed88aac0d36c64ea82a28317a945de418742f (patch)
tree2d2c0f932e49caed8e5f18387edb0a215bf0d145 /lib/Makefile
parent97cef9084335959ad2e9d088d6d8adadf6c6e861 (diff)
downloadbarebox-f01ed88aac0d36c64ea82a28317a945de418742f.tar.gz
barebox-f01ed88aac0d36c64ea82a28317a945de418742f.tar.xz
Add list_sort from u-boot v2016.03
This is required by UBIFS update. Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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 b6da848d18..399d896bd9 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -57,3 +57,4 @@ obj-$(CONFIG_FONTS) += fonts/
obj-$(CONFIG_BAREBOX_LOGO) += logo/
obj-y += reed_solomon/
obj-$(CONFIG_RATP) += ratp.o
+obj-y += list_sort.o