summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-08-09 19:12:10 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-10-19 10:08:48 +0200
commit9135dd5f672e2805f8ad08a6535fc36b7eb8957c (patch)
tree4f61313dab3261f296a970b27e81b514d81e07d4 /lib/Makefile
parent4c6ac74566d80f3b0e9b01b340ea6819a40c829f (diff)
downloadbarebox-9135dd5f672e2805f8ad08a6535fc36b7eb8957c.tar.gz
barebox-9135dd5f672e2805f8ad08a6535fc36b7eb8957c.tar.xz
initial libfdt support
vanilla libfdt 1.3.0 from the dtc git: git://git.jdl.com/software/dtc.git Only small adjustments to compile with barebox Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index c66da7a3fa..eccdfff141 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -29,3 +29,7 @@ obj-y += lzo/
obj-y += show_progress.o
obj-$(CONFIG_LZO_DECOMPRESS) += decompress_unlzo.o
obj-$(CONFIG_PROCESS_ESCAPE_SEQUENCE) += process_escape_sequence.o
+obj-$(CONFIG_MD5) += md5.o
+obj-$(CONFIG_SHA1) += sha1.o
+obj-$(CONFIG_SHA256) += sha256.o
+obj-$(CONFIG_FDT) += fdt/