nrf5/spi: Moving spi module into modules/machine.

This commit is contained in:
Glenn Ruben Bakke 2017-02-05 00:03:49 +01:00
parent cb2d040726
commit ab1994b2b2
3 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,6 @@ SRC_C += \
modpyb.c \
led.c \
mphalport.c \
spi.c \
pwm.c \
i2c.c \
help.c \
@ -165,6 +164,7 @@ DRIVERS_SRC_C += $(addprefix modules/,\
graphic/draw.c \
machine/modmachine.c \
machine/uart.c \
machine/spi.c \
)
#ifeq ($(SD), )