summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnup Patel <apatel@ventanamicro.com>2022-08-08 07:04:43 +0300
committerAnup Patel <anup@brainfault.org>2022-08-08 07:04:43 +0300
commita6a85579b6f4ad74b638b6d770143a7029cf8f57 (patch)
tree2c1ade1c0781a185e217f528f0a392073471da12 /Makefile
parent0723bab8fe073ccbbb45e85e0d50ec1d2055d34a (diff)
downloadopensbi-a6a85579b6f4ad74b638b6d770143a7029cf8f57.tar.xz
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e716e8c..0ab9f22 100644
--- a/Makefile
+++ b/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