[PATCH] platform: generic: spacemit: add missing objects.mk

Anup Patel anup at brainfault.org
Mon Dec 8 03:02:47 PST 2025


On Mon, Nov 24, 2025 at 4:48 PM Junhui Liu <junhui.liu at pigmoral.tech> wrote:
>
> Add the missing objects.mk for the SpacemiT platform, required for the
> K1 platform to be included in the build.
>
> Fixes: 1f84ec2a ("platform: generic: spacemit: add K1")
> Signed-off-by: Junhui Liu <junhui.liu at pigmoral.tech>

Applied this patch to the riscv/opensbi repo.

Thanks,
Anup


> ---
>  platform/generic/spacemit/objects.mk | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/platform/generic/spacemit/objects.mk b/platform/generic/spacemit/objects.mk
> new file mode 100644
> index 0000000000000000000000000000000000000000..dcb37867aa661dfc559088f926cd1465bc0f7e8d
> --- /dev/null
> +++ b/platform/generic/spacemit/objects.mk
> @@ -0,0 +1,6 @@
> +#
> +# SPDX-License-Identifier: BSD-2-Clause
> +#
> +
> +carray-platform_override_modules-$(CONFIG_PLATFORM_SPACEMIT_K1) += spacemit_k1
> +platform-objs-$(CONFIG_PLATFORM_SPACEMIT_K1) += spacemit/k1.o
>
> ---
> base-commit: fade4399d2a47a3ff9c5ecd5dd4c3cba7a4eace7
> change-id: 20251124-k1-fix-433af01a7aa9
>
> Best regards,
> --
> Junhui Liu <junhui.liu at pigmoral.tech>
>



More information about the opensbi mailing list