diff options
author | Nicolas Reinecke <nr@das-labor.org> | 2016-11-08 18:14:13 +0100 |
---|---|---|
committer | Nicolas Reinecke <nr@das-labor.org> | 2016-11-08 21:07:11 +0100 |
commit | 3407abe5af32fd051795d7e0f58458179d703cee (patch) | |
tree | 2b9e71d391630b43f62eca8bdbfe484cbb40e809 /demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/Makefile | |
parent | a52e98875024ada52b9f1e912c12f0bbec231bb2 (diff) | |
download | ChibiOS-Contrib-3407abe5af32fd051795d7e0f58458179d703cee.tar.gz ChibiOS-Contrib-3407abe5af32fd051795d7e0f58458179d703cee.tar.bz2 ChibiOS-Contrib-3407abe5af32fd051795d7e0f58458179d703cee.zip |
fix stm32f429-dma2d demo build
Diffstat (limited to 'demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/Makefile')
-rw-r--r-- | demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/Makefile b/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/Makefile index 894fe9d..f399710 100644 --- a/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/Makefile +++ b/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/Makefile @@ -119,7 +119,7 @@ CSRC = $(STARTUPSRC) \ $(STREAMSSRC) \
$(SHELLSRC) \
$(CHIBIOS_CONTRIB)/os/various/devices_lib/lcd/ili9341.c \
- main.c \
+ main.c usbcfg.c \
wolf3d_palette.c \
res/wolf3d_vgagraph_chunk87.c
|