Sample code for crypto library was duplicated and run twice. Make the samples/crypto/ directory the contain of the source and add the test logic and makefiles to the samples/microkernel/tests referencing the source in samples/crypto. Change-Id: I74d34de9351642fc4508e6bedd65e9b34676b01e Signed-off-by: Anas Nashif <anas.nashif@intel.com>
8 lines
190 B
Makefile
8 lines
190 B
Makefile
PLATFORM_CONFIG ?= basic_atom
|
|
MDEF_FILE = prj.mdef
|
|
KERNEL_TYPE = micro
|
|
CONF_FILE = prj_$(ARCH).conf
|
|
SOURCE_DIR = $(ZEPHYR_BASE)/samples/crypto/test_aes/
|
|
|
|
include $(ZEPHYR_BASE)/Makefile.inc
|