SRC = aes.c OBJ = $(SRC:%.c=$(BINDIR)%.o) DEP = $(SRC:%.c=$(BINDIR)%.d) MODULE = crypto_aes include $(RIOTBASE)/Makefile.base