summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorG S Niteesh Babu <niteesh.gs@gmail.com>2021-02-03 22:57:10 +0530
committerGedare Bloom <gedare@rtems.org>2021-02-03 10:33:00 -0700
commit3e1ac91d6dbd99203564eeaa7292ab20475575a5 (patch)
treef03385a2f254bca666f81c1b02fabe9cb640cf0c
parentc-user: Clarify partition manager documentation (diff)
downloadrtems-docs-3e1ac91d6dbd99203564eeaa7292ab20475575a5.tar.bz2
user: remove old build system cmd
-rw-r--r--user/start/gsoc.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/start/gsoc.rst b/user/start/gsoc.rst
index f8167b9..2c7df7c 100644
--- a/user/start/gsoc.rst
+++ b/user/start/gsoc.rst
@@ -114,8 +114,8 @@ running `make` in the BSP build directory.
.. code-block:: none
- cd $HOME/quick-start/build/b-erc32
- make
+ cd $HOME/quick-start/src/rtems
+ ./waf
If you are happy with your changes you can commit the changes and send the patch
to :r:list:`devel`.