kern/arch/x86/sys/i386/CMakeLists.txt

11 lines
171 B
CMake
Raw Normal View History

# Copyright (C) 2021,2022 fef <owo@fef.moe>. All rights reserved.
target_sources(gay_arch PRIVATE
idt.S
irq.S
ktrace.c
switch.S
systm.c
trap.S
)