]> git.sur5r.net Git - u-boot/blobdiff - lib/Makefile
lib: add uuid_str_to_bin for use with bootp and PXE uuid
[u-boot] / lib / Makefile
index 884f64c00aeb9518dc664b315e5c15ce2351f9c8..075bb8c28440f4297c1a4bda125f945640fb4c09 100644 (file)
@@ -55,6 +55,7 @@ COBJS-y += ctype.o
 COBJS-y += div64.o
 COBJS-y += string.o
 COBJS-y += time.o
+COBJS-$(CONFIG_BOOTP_PXE) += uuid.o
 COBJS-y += vsprintf.o
 
 COBJS  := $(COBJS-y)