nrf5/drivers: Renaming folder to modules.

This commit is contained in:
Glenn Ruben Bakke 2017-02-04 23:51:11 +01:00
parent e68681804e
commit ab21a6a915
33 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ INC += -I./device
INC += -I./device/$(MCU_VARIANT)
INC += -I./hal
INC += -I./hal/$(MCU_VARIANT)
INC += -I./drivers/display
INC += -I./modules/display
INC += -I../lib/mp-readline
NRF_DEFINES += -D$(MCU_VARIANT_UPPER)
@ -148,7 +148,7 @@ SRC_C += \
rtc.c \
adc.c \
DRIVERS_SRC_C += $(addprefix drivers/,\
DRIVERS_SRC_C += $(addprefix modules/,\
display/moddisplay.c \
display/epaper_sld00200p_obj.c \
display/epaper_sld00200p_driver.c \