diff --git a/nrf5/Makefile b/nrf5/Makefile index 14043e1abf..7f1b6b62b3 100644 --- a/nrf5/Makefile +++ b/nrf5/Makefile @@ -134,7 +134,6 @@ SRC_C += \ gccollect.c \ pin_named_pins.c \ modutime.c \ - moduos.c \ fatfs_port.c \ builtin_open.c \ @@ -166,6 +165,7 @@ DRIVERS_SRC_C += $(addprefix modules/,\ machine/led.c \ usocket/modusocket.c \ network/modnetwork.c \ + uos/moduos.c \ ) #ifeq ($(SD), ) diff --git a/nrf5/moduos.c b/nrf5/modules/uos/moduos.c similarity index 100% rename from nrf5/moduos.c rename to nrf5/modules/uos/moduos.c