]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib/Makefile
lib: import bitrev library from the linux kernel
[karo-tx-uboot.git] / lib / Makefile
index 8f81862b720b8ef44c79549869cd34b5c793f913..5d586098dd5e850d7a7060d2c61119b42e2ec08e 100644 (file)
@@ -55,6 +55,7 @@ COBJS-$(CONFIG_SHA256) += sha256.o
 COBJS-y        += strmhz.o
 COBJS-$(CONFIG_TPM) += tpm.o
 COBJS-$(CONFIG_RBTREE) += rbtree.o
+COBJS-$(CONFIG_BITREVERSE) += bitrev.o
 endif
 
 ifdef CONFIG_SPL_BUILD