diff options
| author | Atish Patra <[email protected]> | 2019-06-18 14:54:02 -0700 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2019-06-19 09:48:54 +0530 |
| commit | 98aaf8317b74414afa78078bc056670f46c45f41 (patch) | |
| tree | e26aa71b9e3ea232f246fd10a7cfd3fd94578f7a /platform/common/libc/objects.mk | |
| parent | 749b0b093242a4c27f7c4f66121afd7852b2de48 (diff) | |
lib: Include helper libc functions directly in libsbi.
libsbi needs some of the custom libc functions. It should be directly
included in libsbi instead of platform specific libraries.
Signed-off-by: Atish Patra <[email protected]>
Acked-by: Anup Patel <[email protected]>
Diffstat (limited to 'platform/common/libc/objects.mk')
| -rw-r--r-- | platform/common/libc/objects.mk | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/platform/common/libc/objects.mk b/platform/common/libc/objects.mk deleted file mode 100644 index 1dcfe8e8..00000000 --- a/platform/common/libc/objects.mk +++ /dev/null @@ -1,15 +0,0 @@ -# -# SPDX-License-Identifier: BSD-2-Clause -# -# Copyright (c) 2019 Western Digital Corporation or its affiliates. -# -# Authors: -# Atish Patra<[email protected]> -# - -libc_files = string.o - -$(foreach file, $(libc_files), \ - $(eval CFLAGS_$(file) = -I$(src)/../../common/libc)) - -platform-common-objs-$(PLATFORM_INCLUDE_LIBC) += $(addprefix libc/,$(libc_files)) |
