mirror of
https://github.com/Fishwaldo/opensbi.git
synced 2025-07-16 09:58:23 +00: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:
parent
0723bab8fe
commit
a6a85579b6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -231,7 +231,7 @@ include $(KCONFIG_CONFIG)
|
|||
include $(KCONFIG_AUTOCMD)
|
||||
endif
|
||||
|
||||
# Include all object.mk files
|
||||
# Include all objects.mk files
|
||||
ifdef PLATFORM
|
||||
include $(platform-object-mks)
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue