| Index: src/platform/vboot_reference/common/Makefile
|
| diff --git a/src/platform/vboot_reference/common/Makefile b/src/platform/vboot_reference/common/Makefile
|
| deleted file mode 100644
|
| index fa52657e71585ba5928436bdac573fe11611f73a..0000000000000000000000000000000000000000
|
| --- a/src/platform/vboot_reference/common/Makefile
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
|
| -# Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| -
|
| -SRCS = boot_device_stub.c rollback_index.c tlcl_stub.c utility_stub.c
|
| -OBJS = $(SRCS:.c=.o)
|
| -INCLUDES += -I./include/
|
| -
|
| -all: libcommon.a
|
| -
|
| -libcommon.a: $(OBJS)
|
| - ar rs $@ $^
|
| -
|
| -.c.o: $(OBJS)
|
| - $(CC) $(CFLAGS) $(INCLUDES) -c $< -o $@
|
| -
|
| -clean:
|
| - rm -f $(OBJS) libcommon.a
|
|
|