Add stpc.c to compilation list

This commit is contained in:
RichardG867
2021-02-08 17:21:52 -03:00
parent ca1f275f30
commit 1f3f204301
2 changed files with 2 additions and 6 deletions

View File

@@ -17,13 +17,9 @@ add_library(chipset OBJECT acc2168.c cs8230.c ali1217.c ali1429.c headland.c int
cs4031.c intel_420ex.c intel_4x0.c intel_sio.c intel_piix.c ../ioapic.c
neat.c opti495.c opti895.c opti5x7.c scamp.c scat.c via_vt82c49x.c
via_vt82c505.c sis_85c310.c sis_85c4xx.c sis_85c496.c sis_85c50x.c
opti283.c opti291.c via_apollo.c via_pipc.c wd76c10.c
stpc.c opti283.c opti291.c via_apollo.c via_pipc.c wd76c10.c
vl82c480.c)
if(STPC)
target_sources(chipset PRIVATE stpc.c)
endif()
if(M1489)
target_sources(chipset PRIVATE ali1489.c)
endif()