diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2019-03-08 17:17:00 +0900 |
---|---|---|
committer | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2019-04-09 14:59:46 +0900 |
commit | 7fffe236b78e6b7112c96e76755b5f8901b71f47 (patch) | |
tree | 42163db0265828988c4c02abc32344800612c635 | |
parent | 0fc8697dfe26c931a7b778632adf9351cf0fc6cb (diff) |
README.md: add HTML require git repository
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -59,3 +59,9 @@ You need to have **.config** file. You can copy sample .config, and edit it It is easy ! just "make" You can find index.html on top of periject folder But, You need to have **.config** file. You can copy sample .config, and edit it + +Your .config need to have "git-linux" and it need to have bsp repository +You can add it by + + > git remote add bsp git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git + |