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

10 lines
153 B
CMake
Raw Normal View History

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