diff options
Diffstat (limited to 'stm/Makefile')
| -rw-r--r-- | stm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stm/Makefile b/stm/Makefile index 9e5ba14fa..6203e9f4a 100644 --- a/stm/Makefile +++ b/stm/Makefile @@ -26,6 +26,7 @@ SRC_C = \ usart.c \ usb.c \ sdio.c \ + audio.c \ lexerstm.c \ SRC_S = \ @@ -70,6 +71,7 @@ SRC_STM = \ stm32f4xx_rtc.c \ stm32f4xx_usart.c \ stm32f4xx_spi.c \ + stm32f4xx_dac.c \ stm_misc.c \ usb_core.c \ usb_dcd.c \ |
