From 64f91e01acabe9801d1f5f8ba3dfbf27c4d745b6 Mon Sep 17 00:00:00 2001 From: Glenn Ruben Bakke Date: Mon, 8 May 2017 22:06:25 +0200 Subject: [PATCH] nrf5/Makefile: Adding drivers/pwm.c and modules/music files to the source file list. --- nrf5/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nrf5/Makefile b/nrf5/Makefile index 84b149c665..fa24ae0fb2 100644 --- a/nrf5/Makefile +++ b/nrf5/Makefile @@ -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), )