From df2e2b505d680adc0c5458b2e487e86162439bac Mon Sep 17 00:00:00 2001 From: nerd73 Date: Wed, 25 Mar 2020 01:50:09 -0600 Subject: [PATCH] Added cs8230.o to the makefile --- src/win/Makefile.mingw | 2 +- src/win/Makefile_ndr.mingw | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/win/Makefile.mingw b/src/win/Makefile.mingw index 008a0510c..48a3af329 100644 --- a/src/win/Makefile.mingw +++ b/src/win/Makefile.mingw @@ -572,7 +572,7 @@ CPUOBJ := cpu.o cpu_table.o \ x86seg.o x87.o \ $(DYNARECOBJ) -CHIPSETOBJ := acc2168.o acer_m3a.o ali1429.o headland.o \ +CHIPSETOBJ := acc2168.o acer_m3a.o cs8230.o ali1429.o headland.o \ intel_4x0.o neat.o opti495.o scamp.o scat.o \ sis_85c471.o sis_85c496.o \ via_mvp3.o wd76c10.o diff --git a/src/win/Makefile_ndr.mingw b/src/win/Makefile_ndr.mingw index c26eed470..ea9da29e9 100644 --- a/src/win/Makefile_ndr.mingw +++ b/src/win/Makefile_ndr.mingw @@ -577,7 +577,7 @@ CPUOBJ := cpu.o cpu_table.o \ x86seg.o x87.o \ $(DYNARECOBJ) -CHIPSETOBJ := acc2168.o acer_m3a.o ali1429.o headland.o \ +CHIPSETOBJ := acc2168.o acer_m3a.o cs8230.o ali1429.o headland.o \ intel_4x0.o neat.o opti495.o scamp.o scat.o \ sis_85c471.o sis_85c496.o \ via_mvp3.o wd76c10.o