From 58f5fd1d72377de5a4b160bfdad0d5dd7b126875 Mon Sep 17 00:00:00 2001 From: Andrea Zoppi Date: Sun, 28 Jun 2015 22:53:44 +0200 Subject: Removed dependency on ST library for SDRAM --- demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/Makefile') diff --git a/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/Makefile b/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/Makefile index c1fa53e..e3ff33c 100644 --- a/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/Makefile +++ b/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/Makefile @@ -90,7 +90,7 @@ CHIBIOS = ../../../.. # Startup files. include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/startup_stm32f4xx.mk # HAL-OSAL files (optional). -include $(CHIBIOS)/os/hal/hal.mk +include $(CHIBIOS)/community/os/hal/hal.mk include $(CHIBIOS)/community/os/hal/ports/STM32/STM32F4xx/platform.mk include $(CHIBIOS)/os/hal/boards/ST_STM32F429I_DISCOVERY/board.mk include $(CHIBIOS)/os/hal/osal/rt/osal.mk @@ -120,8 +120,6 @@ CSRC = $(STARTUPSRC) \ ./main.c \ ./wolf3d_palette.c \ ./res/wolf3d_vgagraph_chunk87.c \ - ./stmdrivers/stm32f4xx_fmc.c \ - ./stmdrivers/stm32f429i_discovery_sdram.c \ # eol # C++ sources that can be compiled in ARM or THUMB mode depending on the global @@ -157,7 +155,6 @@ INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \ $(CHIBIOS)/os/hal/lib/streams \ $(CHIBIOS)/community/os/various/devices_lib/others \ ./res \ - ./stmdrivers \ # eol # -- cgit v1.2.3