Networking code is in net directory in other parts of the code base so rename network -> net in samples directory. Change-Id: I0ca0188c6844b0957270398d08b85a3153819e97 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
7 lines
137 B
Makefile
7 lines
137 B
Makefile
PLATFORM_CONFIG ?= basic_atom
|
|
MDEF_FILE = prj.mdef
|
|
KERNEL_TYPE ?= nano
|
|
CONF_FILE = prj_$(ARCH).conf
|
|
|
|
include $(ZEPHYR_BASE)/Makefile.inc
|