nes-proj/examples/cc2538dk/crypto/Makefile

7 lines
160 B
Makefile
Raw Normal View History

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