diff options
Diffstat (limited to 'test/nil/testbuild/Makefile')
-rw-r--r-- | test/nil/testbuild/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/nil/testbuild/Makefile b/test/nil/testbuild/Makefile index 77271a5f2..48cbe975e 100644 --- a/test/nil/testbuild/Makefile +++ b/test/nil/testbuild/Makefile @@ -140,7 +140,8 @@ TCSRC = TCPPSRC =
# List ASM source files here
-ASMSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
+ASMSRC =
+ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
INCDIR = $(CHIBIOS)/os/license \
$(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
|