]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib/Makefile
part_efi: move uuid<->string conversion functions into lib/uuid.c
[karo-tx-uboot.git] / lib / Makefile
index ae8086529ee68ffa725b55c7fc3c514f3dd564e9..d7ff7caa350ce5b086393984a65e5b5ca52b8883 100644 (file)
@@ -61,6 +61,7 @@ obj-y += string.o
 obj-y += time.o
 obj-$(CONFIG_TRACE) += trace.o
 obj-$(CONFIG_BOOTP_PXE) += uuid.o
+obj-$(CONFIG_PARTITION_UUIDS) += uuid.o
 obj-y += vsprintf.o
 obj-$(CONFIG_LIB_RAND) += rand.o