From faf584ff60ea5241873e676bcf119f3bd2278a6d Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 23 Apr 2016 06:47:26 +0000 Subject: GCC asm files extension changed from .s to .S. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9345 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/SPC5/RT-SPC560B-EVB/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'demos/SPC5/RT-SPC560B-EVB/Makefile') diff --git a/demos/SPC5/RT-SPC560B-EVB/Makefile b/demos/SPC5/RT-SPC560B-EVB/Makefile index 05a8c312d..0030cb1a2 100644 --- a/demos/SPC5/RT-SPC560B-EVB/Makefile +++ b/demos/SPC5/RT-SPC560B-EVB/Makefile @@ -117,7 +117,8 @@ CSRC = $(STARTUPSRC) \ CPPSRC = # List ASM source files here -ASMSRC = $(STARTUPASM) $(PORTASM) $(OSALASM) +ASMSRC = +ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM) INCDIR = $(CHIBIOS)/os/license \ $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \ -- cgit v1.2.3