diff options
author | Atish Patra <atish.patra@wdc.com> | 2019-06-18 14:54:07 -0700 |
---|---|---|
committer | Anup Patel <anup.patel@wdc.com> | 2019-06-19 09:56:24 +0530 |
commit | cd2dfdc870ed3a03c3afc28e25f770fada0a396e (patch) | |
tree | cd2d04ae15104ffb325153f97104df98608295c0 /docs/platform_guide.md | |
parent | 5dd93e88fe3c9775107402bd32b91f8ccc2abe82 (diff) |
docs: Update docs as per new static library.
Signed-off-by: Atish Patra <atish.patra@wdc.com>
Acked-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'docs/platform_guide.md')
-rw-r--r-- | docs/platform_guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/platform_guide.md b/docs/platform_guide.md index 53e9394..7920fac 100644 --- a/docs/platform_guide.md +++ b/docs/platform_guide.md @@ -30,7 +30,7 @@ Support for a new platform named *<xyz>* can be added as follows: 1. Create a directory named *<xyz>* under the *platform/* directory. 2. Create a platform configuration file named *config.mk* under the *platform/<xyz>/* directory. This configuration file will provide - compiler flags, select common drivers, and select firmware options. + compiler flags, and select firmware options. 3. Create a *platform/<xyz>/objects.mk* file for listing the platform-specific object files to be compiled. 4. Create a *platform/<xyz>/platform.c* file providing a *struct sbi_platform* |