mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
05419a5547
- Imported files from secure micro mesh library - added Makefiles and included libs into sys/Makefile
10 lines
132 B
Makefile
10 lines
132 B
Makefile
SRC = 3des.c
|
|
|
|
OBJ = $(SRC:%.c=$(BINDIR)%.o)
|
|
DEP = $(SRC:%.c=$(BINDIR)%.d)
|
|
|
|
MODULE = crypto_3des
|
|
|
|
include $(RIOTBASE)/Makefile.base
|
|
|