From 793e5e1184f04012804914bd922e68536f3b68dd Mon Sep 17 00:00:00 2001 From: Atish Patra Date: Tue, 18 Jun 2019 14:54:03 -0700 Subject: platform: Move platform common to lib/utils. Currently, platform/common contains platform/non-platform specific common minimal drivers and libraries. This is helpful is all platforms are built within opensbi framework. Move them to lib/utils so that any external platform code also can reuse the minimalistic drivers or other common libraries. This patch doesn't introduce any functional changes. Signed-off-by: Atish Patra Acked-by: Anup Patel --- platform/common/objects.mk | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 platform/common/objects.mk (limited to 'platform/common/objects.mk') diff --git a/platform/common/objects.mk b/platform/common/objects.mk deleted file mode 100644 index 49e96317..00000000 --- a/platform/common/objects.mk +++ /dev/null @@ -1,10 +0,0 @@ -# -# SPDX-License-Identifier: BSD-2-Clause -# -# Copyright (c) 2019 Western Digital Corporation or its affiliates. -# -# Authors: -# Anup Patel -# - -platform-common-objs-y += tinyfdt.o -- cgit v1.3.1