diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2023-10-07 11:31:42 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2023-10-07 11:31:42 +0200 |
| commit | 0942321b4f09db58927dcd56940785567e19db92 (patch) | |
| tree | 496fa2db10dff18ae54c973592ee6d273877d2d0 /source/boot/arch | |
| parent | 090ba239c5c71c765706019fa2733ed2b28ece8f (diff) | |
| download | teachos-0942321b4f09db58927dcd56940785567e19db92.tar.xz teachos-0942321b4f09db58927dcd56940785567e19db92.zip | |
build: perform cleaner split for platform settings
Diffstat (limited to 'source/boot/arch')
| -rw-r--r-- | source/boot/arch/x86_64/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source/boot/arch/x86_64/CMakeLists.txt b/source/boot/arch/x86_64/CMakeLists.txt index 454f347..0fd6539 100644 --- a/source/boot/arch/x86_64/CMakeLists.txt +++ b/source/boot/arch/x86_64/CMakeLists.txt @@ -1,8 +1,6 @@ -add_library("boot" STATIC +target_sources("_boot" PRIVATE "src/boot.s" "src/crti.s" "src/crtn.s" "src/multiboot.s" ) - -add_library("teachos::boot" ALIAS "boot")
\ No newline at end of file |
