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