diff options
Diffstat (limited to 'demos/SPC5/RT-SPC560P-EVB/Makefile')
-rw-r--r-- | demos/SPC5/RT-SPC560P-EVB/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/SPC5/RT-SPC560P-EVB/Makefile b/demos/SPC5/RT-SPC560P-EVB/Makefile index 828a0f2c0..8a224235e 100644 --- a/demos/SPC5/RT-SPC560P-EVB/Makefile +++ b/demos/SPC5/RT-SPC560P-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) \
|