zephyr/samples/nanokernel/apps/network/echo_server
Peter Mitsis 519351ee92 Use PLATFORM_CONFIG to specify configuration
Uses PLATFORM_CONFIG to specify the configuration file instead of
KBUILD_DEFCONFIG.  This name is more intuitive to Zephyr users and
it is not tied to kbuild.

Example usage:
    make PLATFORM_CONFIG=generic_pc_atom_n28xx
    make PLATFORM_CONFIG=generic_pc_minuteia
    make PLATFORM_CONFIG=quark
    make PLATFORM_CONFIG=ti_lm3s6965
    make PLATFORM_CONFIG=fsl_frdm_k64f

Change-Id: I177608942c3e77c2f152743c862aad1d460c0e33
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:14:38 -05:00
..
Makefile Use PLATFORM_CONFIG to specify configuration 2016-02-05 20:14:38 -05:00
prj.mdef net: apps: Simple echo server that sends back the data 2016-02-05 20:14:34 -05:00
prj_arm.conf net: apps: Simple echo server that sends back the data 2016-02-05 20:14:34 -05:00
prj_x86.conf net: apps: Simple echo server that sends back the data 2016-02-05 20:14:34 -05:00