sim: m32c/rx: drop useless $(ENDLIST)

This is used to allow for dangling \ in object lists, but these are the
only ports that do it, and it isn't really necessary.  Punt it to keep
the various makefiles harmonized.
This commit is contained in:
Mike Frysinger
2022-11-04 01:07:53 +07:00
parent ccc4ba5959
commit 8183b5f53f
2 changed files with 4 additions and 10 deletions

View File

@@ -22,9 +22,7 @@
SIM_EXTRA_CFLAGS = -DTIMER_A
SIM_RUN_OBJS = \
main.o \
$(ENDLIST)
SIM_RUN_OBJS = main.o
SIM_OBJS = \
gdb-if.o \
@@ -37,7 +35,6 @@ SIM_OBJS = \
m32c.o \
srcdest.o \
syscalls.o \
trace.o \
$(ENDLIST)
trace.o
## COMMON_POST_CONFIG_FRAG

View File

@@ -22,9 +22,7 @@
SIM_EXTRA_CFLAGS = @SIM_RX_CYCLE_ACCURATE_FLAGS@
SIM_RUN_OBJS = \
main.o \
$(ENDLIST)
SIM_RUN_OBJS = main.o
SIM_OBJS = \
fpu.o \
@@ -36,8 +34,7 @@ SIM_OBJS = \
syscalls.o \
trace.o \
gdb-if.o \
err.o \
$(ENDLIST)
err.o
## COMMON_POST_CONFIG_FRAG