summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-12-01 15:11:15 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-12-01 15:11:15 +0100
commitd24e4fcb99b2f694f9d2a6d37caa811d3733b4f7 (patch)
treea35f08ab339dee3cf9eef9f6a25ce835b086edb6 /lib/Makefile
parentb686cb8435f3d6efa081f9053a49d60a00c1ea20 (diff)
downloadbarebox-d24e4fcb99b2f694f9d2a6d37caa811d3733b4f7.tar.gz
barebox-d24e4fcb99b2f694f9d2a6d37caa811d3733b4f7.tar.xz
lib: remove nonexistest files from Makefile
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile
index eccdfff141..cb72842585 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -29,7 +29,4 @@ 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/