[HALX86] Move apicsmp.c to lib_hal_smp

This commit is contained in:
Timo Kreuzer 2023-11-27 07:51:51 +02:00
parent 2ce5d43a33
commit d1c118b371
2 changed files with 1 additions and 1 deletions

View file

@ -6,7 +6,6 @@ list(APPEND HAL_APIC_ASM_SOURCE
list(APPEND HAL_APIC_SOURCE
apic/apic.c
apic/apictimer.c
apic/apicsmp.c
apic/halinit.c
apic/processor.c
apic/rtctimer.c

View file

@ -1,5 +1,6 @@
list(APPEND HAL_SMP_SOURCE
apic/apicsmp.c
generic/buildtype.c
generic/spinlock.c
smp/ipi.c