aboutsummaryrefslogtreecommitdiff
path: root/platform/generic/eswin/objects.mk
blob: a7165aa32aa7dbe0cc919af7bf7f25ef574b21a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# SPDX-License-Identifier: BSD-2-Clause
#
# Copyright (C) 2025 Bo Gan <ganboing@gmail.com>
#

ifeq ($(PLATFORM_RISCV_XLEN), 64)
carray-platform_override_modules-$(CONFIG_PLATFORM_ESWIN_EIC770X) += eswin_eic7700
platform-objs-$(CONFIG_PLATFORM_ESWIN_EIC770X) += eswin/eic770x.o
platform-objs-$(CONFIG_PLATFORM_ESWIN_EIC770X) += eswin/hfp.o
endif