nrf5/utime: Moving utime module into modules/utime.

This commit is contained in:
Glenn Ruben Bakke 2017-02-05 20:28:26 +01:00
parent 65fb0c9829
commit 2ad9426917
2 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,6 @@ SRC_C += \
help.c \
gccollect.c \
pin_named_pins.c \
modutime.c \
fatfs_port.c \
builtin_open.c \
@ -166,6 +165,7 @@ DRIVERS_SRC_C += $(addprefix modules/,\
usocket/modusocket.c \
network/modnetwork.c \
uos/moduos.c \
utime/modutime.c \
)
#ifeq ($(SD), )