diff options
author | Liu Yibin <yibin_liu@c-sky.com> | 2020-01-02 12:21:36 +0800 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2020-01-02 10:03:23 +0530 |
commit | c0849cd731fca884c939e6a1a699a853231292a2 (patch) | |
tree | fbb2b3d73abd72f090c97f33bd0a86e310f91c0a /platform/thead/c910/objects.mk | |
parent | 46a90d90e7dca6eeb66700b6970171119c51fd66 (diff) |
platform: Add T-head C910 initial support
This commit provides basic support for the Thead/C910 platform.
Signed-off-by: Liu Yibin <yibin_liu@c-sky.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'platform/thead/c910/objects.mk')
-rw-r--r-- | platform/thead/c910/objects.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/thead/c910/objects.mk b/platform/thead/c910/objects.mk new file mode 100644 index 0000000..d025a36 --- /dev/null +++ b/platform/thead/c910/objects.mk @@ -0,0 +1,5 @@ +# +# SPDX-License-Identifier: BSD-2-Clause +# + +platform-objs-y += platform.o |