Commit a12dff48 authored by Alberto Escolar Piedras's avatar Alberto Escolar Piedras Committed by Carles Cufi
Browse files

samples net/posix: Rename old Makefiles and clarify READMEs



The old Makefiles which can be used to build this samples
directly as Linux apps and the description in the READMEs
could be quite missleading.

Building this apps in this way has nothing to do with the
Zephyr native_posix/sim targets. This is about building
them as actual Linux applications without Zephyr or any
HW models.

So let's rename the Makefiles and change the description
in the docs to avoid confusion.

Signed-off-by: default avatarAlberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
parent 5f8057e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -96,11 +96,11 @@ Running application on POSIX Host
The same application source code can be built for a POSIX system, e.g.
Linux.

To build for a host POSIX OS:
To build:

.. code-block:: console

    $ make -f Makefile.posix
    $ make -f Makefile.host

To run:

+2 −2
Original line number Diff line number Diff line
@@ -64,11 +64,11 @@ The same application source code can be built for a POSIX system, e.g.
Linux. (Note: if you look at the source, you will see that the code is
the same except the header files are different for Zephyr vs POSIX.)

To build for a host POSIX OS:
To build:

.. code-block:: console

    $ make -f Makefile.posix
    $ make -f Makefile.host

To run:

Loading