test/Makefile: allow overriding -L+

Add a LISTOPT to make it possible to override -L+ without a bunch
of painful additional options.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin (Intel) 2020-07-08 08:52:49 -07:00
parent 6f52ecfa49
commit 8f385ec6a0

View file

@ -2,7 +2,8 @@
NASMDEP = ../nasm
NASM = ../nasm
NASMOPT = -Ox -I../misc -L+ $(OPT)
LISTOPT = -L+
NASMOPT = -Ox -I../misc $(LISTOPT) $(OPT)
PERL = perl
TESTS = $(wildcard *.asm)
RM_F = rm -f