ie15 was defined double

This commit is contained in:
Michaël Banaan Ananas 2013-05-11 08:25:38 +00:00
parent 1f37ecdbee
commit 1c59b1ea0a

View File

@ -622,6 +622,9 @@ CPUOBJS += $(CPUOBJ)/ie15/ie15.o
DASMOBJS += $(CPUOBJ)/ie15/ie15dasm.o
endif
$(CPUOBJ)/ie15/ie15.o: $(CPUSRC)/ie15/ie15.c \
$(CPUSRC)/ie15/ie15.h
#-------------------------------------------------
# Intel 4004
@ -2106,11 +2109,3 @@ endif
$(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