summaryrefslogtreecommitdiffstats
path: root/networking/networking_driver.rst
diff options
context:
space:
mode:
Diffstat (limited to 'networking/networking_driver.rst')
-rw-r--r--networking/networking_driver.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/networking_driver.rst b/networking/networking_driver.rst
index e7a7017..c161c2b 100644
--- a/networking/networking_driver.rst
+++ b/networking/networking_driver.rst
@@ -99,14 +99,14 @@ to be compiled with the appropriate flags. This can be accomplished by adding
is inside the RTEMS source tree or is built using the RTEMS application
Makefiles, then adding the following line accomplishes this:
-.. code-block:: c
+.. code-block:: makefile
DEFINES += -D__INSIDE_RTEMS_BSD_TCPIP_STACK__
This is equivalent to the following list of definitions. Early versions of the
RTEMS BSD network stack required that all of these be defined.
-.. code-block:: c
+.. code-block:: makefile
-D_COMPILING_BSD_KERNEL_ -DKERNEL -DINET -DNFS \
-DDIAGNOSTIC -DBOOTP_COMPAT