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

This commit is contained in:
Glenn Ruben Bakke 2017-02-05 20:30:58 +01:00
parent 2ad9426917
commit 2b1ceadfab
2 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,6 @@ endif
SRC_C += \
main.c \
modpyb.c \
mphalport.c \
help.c \
gccollect.c \
@ -166,6 +165,7 @@ DRIVERS_SRC_C += $(addprefix modules/,\
network/modnetwork.c \
uos/moduos.c \
utime/modutime.c \
pyb/modpyb.c \
)
#ifeq ($(SD), )