diff options
Diffstat (limited to 'demos')
| -rw-r--r-- | demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs b/demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs index 36dcd7a94..5fa7c22d6 100644 --- a/demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs +++ b/demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs @@ -83,7 +83,7 @@ PROJECT = ch  # Imported source files and paths
  CHIBIOS = ../../..
  # Startup files.
 -include $(CHIBIOS)/os/common/startup/e200/compilers/GCC/mk/startup_spc56ecxx.mk
 +include $(CHIBIOS)/os/common/startup/e200/compilers/GHS/mk/startup_spc56ecxx.mk
  # HAL-OSAL files (optional).
  include $(CHIBIOS)/os/hal/hal.mk
  include $(CHIBIOS)/os/hal/boards/ST_EVB_SPC56EC/board.mk
 @@ -91,7 +91,7 @@ include $(CHIBIOS)/os/hal/ports/SPC5/SPC56ECxx/platform.mk  include $(CHIBIOS)/os/hal/osal/rt/osal.mk
  # RTOS files (optional).
  include $(CHIBIOS)/os/rt/rt.mk
 -include $(CHIBIOS)/os/common/ports/e200/compilers/GCC/mk/port.mk
 +include $(CHIBIOS)/os/common/ports/e200/compilers/GHS/mk/port.mk
  # Other files (optional).
  include $(CHIBIOS)/test/rt/test.mk
  include $(CHIBIOS)/os/hal/lib/streams/streams.mk
 @@ -117,8 +117,8 @@ CSRC = $(STARTUPSRC) \  CPPSRC =
  # List ASM source files here
 -ASMSRC =
 -ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
 +ASMSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
 +ASMXSRC =
  INCDIR = $(CHIBIOS)/os/license \
           $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
 @@ -133,7 +133,7 @@ INCDIR = $(CHIBIOS)/os/license \  # Compiler settings
  #
 -MCU  = ppc564xcz0
 +MCU  = ppc564xc
  TRGT = 
  CC   = $(TRGT)ccppc
 | 
