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