nes-proj/examples/platform-specific/cc2538-common/crypto/Makefile

10 lines
239 B
Makefile

CONTIKI_PROJECT = ecb-test cbc-test ctr-test cbc-mac-test gcm-test ccm-test
CONTIKI_PROJECT += sha256-test
all: $(CONTIKI_PROJECT)
PLATFORMS_ONLY = cc2538dk openmote-cc2538 zoul
CONTIKI = ../../../..
include $(CONTIKI)/Makefile.include