From: Matt Joyce <matthew.jo...@embedded-brains.de>

---
 bsp-howto/console.rst | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/bsp-howto/console.rst b/bsp-howto/console.rst
index aef13a8..1ead39e 100644
--- a/bsp-howto/console.rst
+++ b/bsp-howto/console.rst
@@ -52,16 +52,7 @@ calls such as :c:func:`printf` or :c:func:`scanf` or 
directly via the
 Build System and Files
 ======================
 
-A new serial device driver should consist of three parts.
-
-- A section in the BSPs Makefile.am:
-
-.. code-block:: makefile
-
-      [...]
-      libbsp_a_SOURCES += ../../shared/dev/serial/console-termios.c
-      libbsp_a_SOURCES += console/console.c
-      [...]
+A new serial device driver should consist of two parts.
 
 - A general serial device specific low-level driver providing the handler table
   and the device context specialization for the Termios
-- 
2.35.3

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to