11 lines
366 B
Makefile
11 lines
366 B
Makefile
#
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
#
|
|
|
|
carray-platform_override_modules-$(CONFIG_PLATFORM_ANDES_AE350) += andes_ae350
|
|
platform-objs-$(CONFIG_PLATFORM_ANDES_AE350) += andes/ae350.o andes/sleep.o
|
|
|
|
platform-objs-$(CONFIG_ANDES_PMA) += andes/andes_pma.o
|
|
platform-objs-$(CONFIG_ANDES_SBI) += andes/andes_sbi.o
|
|
platform-objs-$(CONFIG_ANDES_PMU) += andes/andes_pmu.o
|