summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnup Patel <[email protected]>2022-08-08 09:34:43 +0530
committerAnup Patel <[email protected]>2022-08-08 09:34:43 +0530
commita6a85579b6f4ad74b638b6d770143a7029cf8f57 (patch)
tree2c1ade1c0781a185e217f528f0a392073471da12
parent0723bab8fe073ccbbb45e85e0d50ec1d2055d34a (diff)
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 <[email protected]> Reviewed-by: Andrew Jones <[email protected]> Tested-by: Andrew Jones <[email protected]> Acked-by: Atish Patra <[email protected]> Tested-by: Atish Patra <[email protected]>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e716e8cf..0ab9f223 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