| Index: src/platform/vboot_reference/cgptlib/tests/Makefile
|
| diff --git a/src/platform/vboot_reference/cgptlib/tests/Makefile b/src/platform/vboot_reference/cgptlib/tests/Makefile
|
| deleted file mode 100644
|
| index ca2a170ce0546e7d94773db68fc3d354b01099c4..0000000000000000000000000000000000000000
|
| --- a/src/platform/vboot_reference/cgptlib/tests/Makefile
|
| +++ /dev/null
|
| @@ -1,20 +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.
|
| -
|
| -TOP ?= ../../
|
| -CFLAGS += -Wall -DNDEBUG -Werror -ansi
|
| -LIBS = $(TOP)/cgptlib/libcgpt.a $(FWLIB)
|
| -OBJS = cgptlib_test.o quick_sort_test.o crc32_test.o
|
| -OUT = cgptlib_test
|
| -
|
| -all: $(OUT)
|
| -
|
| -$(OUT): $(OBJS) $(LIBS)
|
| - $(CC) $(CFLAGS) -o $@ $^
|
| -
|
| -.c.o:
|
| - $(CC) $(CFLAGS) $(INCLUDES) -c $< -o $@
|
| -
|
| -clean:
|
| - rm -rf $(OUT) $(OBJS)
|
|
|