]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/Makefile
Kconfig: Add CONFIG_HASH to enable hashing API
[people/ms/u-boot.git] / common / Makefile
index 14d01844adb16217fe86ace331a923476f39d86c..b2d663530dbe1b0a37f4584551126cb51c4466d7 100644 (file)
@@ -10,7 +10,7 @@ ifndef CONFIG_SPL_BUILD
 obj-y += init/
 obj-y += main.o
 obj-y += exports.o
-obj-y += hash.o
+obj-$(CONFIG_HASH) += hash.o
 obj-$(CONFIG_HUSH_PARSER) += cli_hush.o
 obj-$(CONFIG_AUTOBOOT) += autoboot.o