From 2ad9426917dab526e8ab7ae8cc8105b2a89fd663 Mon Sep 17 00:00:00 2001 From: Glenn Ruben Bakke Date: Sun, 5 Feb 2017 20:28:26 +0100 Subject: [PATCH] nrf5/utime: Moving utime module into modules/utime. --- nrf5/Makefile | 2 +- nrf5/{ => modules/utime}/modutime.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename nrf5/{ => modules/utime}/modutime.c (100%) diff --git a/nrf5/Makefile b/nrf5/Makefile index 7f1b6b62b3..85353567bc 100644 --- a/nrf5/Makefile +++ b/nrf5/Makefile @@ -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), ) diff --git a/nrf5/modutime.c b/nrf5/modules/utime/modutime.c similarity index 100% rename from nrf5/modutime.c rename to nrf5/modules/utime/modutime.c