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

Troy Mitchell troy.mitchell at linux.spacemit.com
Mon Nov 24 03:29:30 PST 2025


On Mon, Nov 24, 2025 at 07:16:32PM +0800, Junhui Liu 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>
> ---
>  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
It might be that we forgot to clear temporary files during testing.
Thanks for your fix!
I'll give a TB tag after test it.

Acked-by: Troy Mitchell <troy.mitchell at linux.spacemit.com>
> 
> ---
> 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