diff options
| author | Anup Patel <[email protected]> | 2022-08-08 09:34:43 +0530 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2022-08-08 09:34:43 +0530 |
| commit | a6a85579b6f4ad74b638b6d770143a7029cf8f57 (patch) | |
| tree | 2c1ade1c0781a185e217f528f0a392073471da12 | |
| parent | 0723bab8fe073ccbbb45e85e0d50ec1d2055d34a (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
