osd-contiki/examples/cc2538dk/crypto/Makefile
Benoît Thébaudeau 47c24cab11 cc2538: Add crypto driver and example for AES-CTR
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
2016-01-06 23:22:53 +01:00

7 lines
147 B
Makefile

CONTIKI_PROJECT = ecb-test cbc-test ctr-test ccm-test sha256-test
all: $(CONTIKI_PROJECT)
CONTIKI = ../../..
include $(CONTIKI)/Makefile.include