Fixes the build.

This commit is contained in:
Ryan Holtz 2009-08-23 08:10:51 +00:00
parent 76a4664cb9
commit a820e450c3

View File

@ -228,21 +228,6 @@ $(CPUOBJ)/jaguar/jaguar.o: $(CPUSRC)/jaguar/jaguar.c \
#-------------------------------------------------
# Atmel 8-bit AVR
#-------------------------------------------------
ifneq ($(filter AVR8,$(CPUS)),)
OBJDIRS += $(CPUOBJ)/avr8
CPUOBJS += $(CPUOBJ)/avr8/avr8.o
DASMOBJS += $(CPUOBJ)/avr8/avr8dasm.o
endif
$(CPUOBJ)/avr8/avr8.o: $(CPUSRC)/avr8/avr8.c \
$(CPUSRC)/avr8/avr8.h
#-------------------------------------------------
# Simutrek Cube Quest bit-sliced CPUs
#-------------------------------------------------