From 4d5014585a56fcc13478892d065eacc60dd94dfd Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Thu, 13 Mar 2008 15:45:39 +0000 Subject: From: Fabio Priuli Subject: small fix to cpu.mak Attached please find a small patch to include M68000 CPU only when you're compiling a build with the M68K. this is needed to e.g. compile tiny builds . --- src/emu/cpu/cpu.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/cpu/cpu.mak b/src/emu/cpu/cpu.mak index 2054b45c8d5..8f72c897a52 100644 --- a/src/emu/cpu/cpu.mak +++ b/src/emu/cpu/cpu.mak @@ -1019,8 +1019,8 @@ ifneq ($(filter M68000 M68008 M68010 M68EC020 M68020 M68040,$(CPUS)),) OBJDIRS += $(CPUOBJ)/m68000 CPUOBJS += $(CPUOBJ)/m68000/m68kcpu.o $(CPUOBJ)/m68000/m68kmame.o $(CPUOBJ)/m68000/m68kops.o DBGOBJS += $(CPUOBJ)/m68000/m68kdasm.o -endif M68KMAKE = $(BUILDOUT)/m68kmake$(BUILD_EXE) +endif # when we compile source files we need to include generated files from the OBJ directory $(CPUOBJ)/m68000/%.o: $(CPUSRC)/m68000/%.c -- cgit v1.2.3