| Index: src/platform/vboot_reference/crypto/Makefile
|
| diff --git a/src/platform/vboot_reference/crypto/Makefile b/src/platform/vboot_reference/crypto/Makefile
|
| index 201085e96b3f333fe248796f6a630c3db9824034..ff4326df71913567c32adc1625989094c9636eba 100644
|
| --- a/src/platform/vboot_reference/crypto/Makefile
|
| +++ b/src/platform/vboot_reference/crypto/Makefile
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -SRCS=rsa.c sha1.c sha2.c padding.c
|
| +SRCS=rsa.c sha1.c sha2.c padding.c rsa_utility.c
|
| OBJS=$(SRCS:.c=.o)
|
|
|
| all: libcrypto.a
|
|
|