mirror of
https://github.com/holub/mame
synced 2025-10-07 09:25:34 +03:00
ie15 was defined double
This commit is contained in:
parent
1f37ecdbee
commit
1c59b1ea0a
@ -622,6 +622,9 @@ CPUOBJS += $(CPUOBJ)/ie15/ie15.o
|
|||||||
DASMOBJS += $(CPUOBJ)/ie15/ie15dasm.o
|
DASMOBJS += $(CPUOBJ)/ie15/ie15dasm.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
$(CPUOBJ)/ie15/ie15.o: $(CPUSRC)/ie15/ie15.c \
|
||||||
|
$(CPUSRC)/ie15/ie15.h
|
||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
# Intel 4004
|
# Intel 4004
|
||||||
@ -2106,11 +2109,3 @@ endif
|
|||||||
|
|
||||||
$(CPUOBJ)/scudsp/scudspdasm.o: CPUOBJS += $(CPUOBJ)/scudsp/scudspdasm.c
|
$(CPUOBJ)/scudsp/scudspdasm.o: CPUOBJS += $(CPUOBJ)/scudsp/scudspdasm.c
|
||||||
|
|
||||||
#-------------------------------------------------
|
|
||||||
# Electronika 15IE-00-013
|
|
||||||
#-------------------------------------------------
|
|
||||||
|
|
||||||
ifneq ($(filter IE15,$(CPUS)),)
|
|
||||||
OBJDIRS += $(CPUOBJ)/ie15
|
|
||||||
DASMOBJS += $(CPUOBJ)/ie15/ie15dasm.o
|
|
||||||
endif
|
|
||||||
|
Loading…
Reference in New Issue
Block a user