mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2026-05-31 01:21:51 +01:00
Makefile: Fix typo related to object.mk
The "object.mk" name referred in top-level makefile should be "objects.mk". Signed-off-by: Anup Patel <apatel@ventanamicro.com> Reviewed-by: Andrew Jones <ajones@ventanamicro.com> Tested-by: Andrew Jones <ajones@ventanamicro.com> Acked-by: Atish Patra <atishp@rivosinc.com> Tested-by: Atish Patra <atishp@rivosinc.com>
This commit is contained in:
@@ -231,7 +231,7 @@ include $(KCONFIG_CONFIG)
|
|||||||
include $(KCONFIG_AUTOCMD)
|
include $(KCONFIG_AUTOCMD)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Include all object.mk files
|
# Include all objects.mk files
|
||||||
ifdef PLATFORM
|
ifdef PLATFORM
|
||||||
include $(platform-object-mks)
|
include $(platform-object-mks)
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user