commit | e11938eabc17de35822de1a0a1102213c326f788 | [log] [tgz] |
---|---|---|
author | Jason Hobbs <jason.hobbs@calxeda.com> | Tue Aug 23 11:06:56 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Mon Oct 17 22:25:35 2011 +0200 |
tree | 01c2ab0dba57a53f59e1acf9f78c9d7f2d624d04 | |
parent | dc0b7b0e619e3f1413e626dde193fe21427ac831 [diff] [blame] |
lib: add uuid_str_to_bin for use with bootp and PXE uuid Signed-off-by: Jason Hobbs <jason.hobbs@calxeda.com>
diff --git a/lib/Makefile b/lib/Makefile index 884f64c..075bb8c 100644 --- a/lib/Makefile +++ b/lib/Makefile
@@ -55,6 +55,7 @@ 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)