diff options
| author | Anup Patel <[email protected]> | 2018-12-21 10:35:04 +0530 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2018-12-21 10:35:04 +0530 |
| commit | 089f70a1798b5c631e87eeb26b7eb2593571c63d (patch) | |
| tree | 921799751ffa8296e19ca34eff589daa2fd38d8e /platform/common/objects.mk | |
| parent | 6f02b6938f8e607d38ee8de5a59581d554af0d3f (diff) | |
top: Rename "plat" to "platform" everywhere
This patch renames "plat" to "platform" everywhere for better
readablility.
Signed-off-by: Anup Patel <[email protected]>
Diffstat (limited to 'platform/common/objects.mk')
| -rw-r--r-- | platform/common/objects.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/platform/common/objects.mk b/platform/common/objects.mk new file mode 100644 index 00000000..712e9508 --- /dev/null +++ b/platform/common/objects.mk @@ -0,0 +1,10 @@ +# +# Copyright (c) 2018 Western Digital Corporation or its affiliates. +# +# Authors: +# Anup Patel <[email protected]> +# +# SPDX-License-Identifier: BSD-2-Clause +# + +platform-common-objs-y += fdt.o |
