From 392b8f26a41b029bf62b567ac42725ece6f7b963 Mon Sep 17 00:00:00 2001 From: Seth Morabito Date: Mon, 21 May 2018 16:33:29 -0700 Subject: [PATCH] 3b2: Fix makefile and 3B2.vcproj --- Visual Studio Projects/3B2.vcproj | 6 ------ makefile | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Visual Studio Projects/3B2.vcproj b/Visual Studio Projects/3B2.vcproj index ee4d0071..ac7ee020 100644 --- a/Visual Studio Projects/3B2.vcproj +++ b/Visual Studio Projects/3B2.vcproj @@ -35,9 +35,6 @@ - @@ -119,9 +116,6 @@ - diff --git a/makefile b/makefile index 6a5fd508..64fe80af 100644 --- a/makefile +++ b/makefile @@ -1731,7 +1731,7 @@ ATT3B2 = ${ATT3B2D}/3b2_cpu.c ${ATT3B2D}/3b2_mmu.c \ ${ATT3B2D}/3b2_id.c ${ATT3B2D}/3b2_dmac.c \ ${ATT3B2D}/3b2_sys.c ${ATT3B2D}/3b2_io.c \ ${ATT3B2D}/3b2_ports.c ${ATT3B2D}/3b2_ctc.c \ - ${ATT3B2D}/3b2_sysdev.c + ${ATT3B2D}/3b2_sysdev.c ATT3B2_OPT = -I ${ATT3B2D} -DUSE_INT64 -DUSE_ADDR64 # # Build everything (not the unsupported/incomplete or experimental simulators)