mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
05419a5547
- Imported files from secure micro mesh library - added Makefiles and included libs into sys/Makefile
10 lines
140 B
Makefile
10 lines
140 B
Makefile
SRC = skipjack.c
|
|
|
|
OBJ = $(SRC:%.c=$(BINDIR)%.o)
|
|
DEP = $(SRC:%.c=$(BINDIR)%.d)
|
|
|
|
MODULE = crypto_skipjack
|
|
|
|
include $(RIOTBASE)/Makefile.base
|
|
|