zephyr/samples/crypto/test_ctr/Makefile
Anas Nashif 0db3b1e032 samples: remove duplicate crypto test code
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>
2016-02-05 20:24:19 -05:00

3 lines
126 B
Makefile

ccflags-y += ${PROJECTINCLUDE} -I$(srctree)/samples/include -I$(srctree)/lib/crypto/tinycrypt/include
obj-y = test_ctr_mode.o