From f9a52f29e05620f3ba4a849072f861faefd028eb Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 4 Mar 2013 08:28:44 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5352 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/SPC563Mxx/hal_lld.h | 2 ++ os/hal/platforms/SPC563Mxx/platform.mk | 2 ++ 2 files changed, 4 insertions(+) (limited to 'os/hal/platforms/SPC563Mxx') diff --git a/os/hal/platforms/SPC563Mxx/hal_lld.h b/os/hal/platforms/SPC563Mxx/hal_lld.h index 0cec2b0ac..44a4ef527 100644 --- a/os/hal/platforms/SPC563Mxx/hal_lld.h +++ b/os/hal/platforms/SPC563Mxx/hal_lld.h @@ -243,6 +243,8 @@ /* External declarations. */ /*===========================================================================*/ +#include "spc5_edma.h" + #ifdef __cplusplus extern "C" { #endif diff --git a/os/hal/platforms/SPC563Mxx/platform.mk b/os/hal/platforms/SPC563Mxx/platform.mk index 989cfb09b..c7f80badc 100644 --- a/os/hal/platforms/SPC563Mxx/platform.mk +++ b/os/hal/platforms/SPC563Mxx/platform.mk @@ -1,11 +1,13 @@ # List of all the SPC56x platform files. PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/SPC563Mxx/hal_lld.c \ + ${CHIBIOS}/os/hal/platforms/SPC5xx/EDMA_v1/spc5_edma.c \ ${CHIBIOS}/os/hal/platforms/SPC5xx/EQADC_v1/adc_lld.c \ ${CHIBIOS}/os/hal/platforms/SPC5xx/SIU_v1/pal_lld.c \ ${CHIBIOS}/os/hal/platforms/SPC5xx/ESCI_v1/serial_lld.c # Required include directories PLATFORMINC = ${CHIBIOS}/os/hal/platforms/SPC563Mxx \ + ${CHIBIOS}/os/hal/platforms/SPC5xx/EDMA_v1 \ ${CHIBIOS}/os/hal/platforms/SPC5xx/EQADC_v1 \ ${CHIBIOS}/os/hal/platforms/SPC5xx/ESCI_v1 \ ${CHIBIOS}/os/hal/platforms/SPC5xx/SIU_v1 -- cgit v1.2.3