aboutsummaryrefslogtreecommitdiff
path: root/esp8266/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'esp8266/Makefile')
-rw-r--r--esp8266/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266/Makefile b/esp8266/Makefile
index 73547a4b7..1c169862e 100644
--- a/esp8266/Makefile
+++ b/esp8266/Makefile
@@ -84,7 +84,6 @@ SRC_C = \
modnetwork.c \
modutime.c \
moduos.c \
- modonewire.c \
ets_alt_task.c \
fatfs_port.c \
axtls_helpers.c \
@@ -93,6 +92,7 @@ SRC_C = \
EXTMOD_SRC_C = $(addprefix extmod/,\
modlwip.c \
+ modonewire.c \
)
LIB_SRC_C = $(addprefix lib/,\