mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 21:52:46 +01:00
10 lines
186 B
Makefile
10 lines
186 B
Makefile
|
MODULE = wakaama_client
|
||
|
|
||
|
SRC = \
|
||
|
object_server.c \
|
||
|
object_security.c \
|
||
|
object_access_control.c \
|
||
|
#
|
||
|
|
||
|
include $(RIOTBASE)/Makefile.base
|