mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 05:02:38 +00:00
All 'real' sample application now reside under samples/ directly. the nano and micro variants will be under the specific sample directory and not split across the file system. Change-Id: I0ddf929cff7a29749aa4944b4385af058d9cc74c Signed-off-by: Anas Nashif <anas.nashif@intel.com>
8 lines
143 B
Makefile
8 lines
143 B
Makefile
BSP ?= generic_pc
|
|
MDEF_FILE = prj.mdef
|
|
KERNEL_TYPE = micro
|
|
BOARD ?= qemu_x86
|
|
CONF_FILE = prj_$(ARCH).conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|