2020-04-28 11:53:30 +08:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
|
|
#
|
|
|
|
# Copyright (c) 2020 Western Digital Corporation or its affiliates.
|
|
|
|
#
|
|
|
|
# Authors:
|
|
|
|
# Anup Patel <anup.patel@wdc.com>
|
|
|
|
#
|
|
|
|
|
|
|
|
platform-objs-y += platform.o
|
2022-05-13 11:57:18 +08:00
|
|
|
platform-objs-y += platform_override_modules.o
|
|
|
|
|
|
|
|
carray-platform_override_modules-y += sifive_fu540
|
2020-04-28 12:05:32 +08:00
|
|
|
platform-objs-y += sifive_fu540.o
|
2022-05-13 11:57:18 +08:00
|
|
|
|
|
|
|
carray-platform_override_modules-y += sifive_fu740
|
2021-07-21 01:02:39 +08:00
|
|
|
platform-objs-y += sifive_fu740.o
|