sim: cris: delete unused CONFIG_DEVICES
Looks like unused copy & paste from other sim ports. Drop it.
This commit is contained in:
parent
4af3e7e0d3
commit
7722e5b802
@ -1,3 +1,8 @@
|
||||
2015-03-23 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* Makefile.in (CONFIG_DEVICES): Delete.
|
||||
(SIM_OBJS): Delete CONFIG_DEVICES.
|
||||
|
||||
2015-03-23 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
@ -22,8 +22,6 @@
|
||||
CRISV10F_OBJS = crisv10f.o cpuv10.o decodev10.o modelv10.o mloopv10f.o
|
||||
CRISV32F_OBJS = crisv32f.o cpuv32.o decodev32.o modelv32.o mloopv32f.o
|
||||
|
||||
CONFIG_DEVICES =
|
||||
|
||||
SIM_OBJS = \
|
||||
$(SIM_NEW_COMMON_OBJS) \
|
||||
sim-cpu.o \
|
||||
@ -36,7 +34,6 @@ SIM_OBJS = \
|
||||
$(CRISV10F_OBJS) \
|
||||
$(CRISV32F_OBJS) \
|
||||
traps.o devices.o \
|
||||
$(CONFIG_DEVICES) \
|
||||
cris-desc.o
|
||||
|
||||
# Extra headers included by sim-main.h.
|
||||
|
Loading…
Reference in New Issue
Block a user