Makefile: Add sfx.c, sounds.c, morse.c, tone.c to sm1000.elf.
authorsjlongland <sjlongland@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 24 Sep 2015 08:11:51 +0000 (08:11 +0000)
committersjlongland <sjlongland@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 24 Sep 2015 08:11:51 +0000 (08:11 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@2359 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/stm32/Makefile

index 36ae78d1a53aaca50c4ca6d012b7bfe6a014c985..11b00bbef28af36da66311b7b4f9bbe05b34e595 100644 (file)
@@ -659,6 +659,10 @@ sm1000_leds_switches_ut.elf: $(SM1000_LEDS_SWITCHES_UT_SRCS:.c=.o) \
 
 SM1000_SRCS=\
 src/sm1000_main.c \
+src/tone.c \
+src/sfx.c \
+src/sounds.c \
+src/morse.c \
 src/sm1000_leds_switches.c \
 ../src/fifo.c \
 src/debugblinky.c \