]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - lib/Makefile
lib: add rand() function
[karo-tx-uboot.git] / lib / Makefile
index 1e8478f0312e1a4f9d81513a2ad9ec06272a70cf..0ca45fc1e958c4941f574f7c2c2c2d42695107f1 100644 (file)
@@ -66,6 +66,7 @@ COBJS-y += string.o
 COBJS-y += time.o
 COBJS-$(CONFIG_BOOTP_PXE) += uuid.o
 COBJS-y += vsprintf.o
+COBJS-$(CONFIG_RANDOM_MACADDR) += rand.o
 
 COBJS  := $(COBJS-y)
 SRCS   := $(COBJS:.o=.c)