nrf5/Makefile: Adding drivers/pwm.c and modules/music files to the source file list.

This commit is contained in:
Glenn Ruben Bakke 2017-05-08 22:06:25 +02:00
parent d3509517f5
commit 64f91e01ac
1 changed files with 3 additions and 0 deletions

View File

@ -126,6 +126,7 @@ SRC_C += \
gccollect.c \
pin_named_pins.c \
fatfs_port.c \
drivers/pwm.c \
DRIVERS_SRC_C += $(addprefix modules/,\
machine/modmachine.c \
@ -152,6 +153,8 @@ DRIVERS_SRC_C += $(addprefix modules/,\
ubluepy/ubluepy_descriptor.c \
ubluepy/ubluepy_scanner.c \
ubluepy/ubluepy_scan_entry.c \
music/modmusic.c \
music/musictunes.c \
)
#ifeq ($(SD), )