| Index: src/platform/vboot_reference/common/Makefile
|
| diff --git a/src/platform/vboot_reference/common/Makefile b/src/platform/vboot_reference/common/Makefile
|
| index fc73ec23a261f18fb71bb6510c965282ef273955..b9b4a5129b7e7f3886ea0d5ef4651e09acf64763 100644
|
| --- a/src/platform/vboot_reference/common/Makefile
|
| +++ b/src/platform/vboot_reference/common/Makefile
|
| @@ -2,13 +2,13 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -SRCS = utility_stub.c
|
| +SRCS = utility_stub.c tlcl_stub.c
|
| OBJS = $(SRCS:.c=.o)
|
|
|
| all: libcommon.a
|
|
|
| libcommon.a: $(OBJS)
|
| - ar rs $@ $<
|
| + ar rs $@ $^
|
|
|
| .c.o: $(OBJS)
|
| $(CC) $(CFLAGS) $(INCLUDES) -c $< -o $@
|
|
|