From 74eaee0fcc7390d4290b41a2a92ee34346e2f7c2 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 11 Oct 2023 14:43:50 +0200 Subject: teachos: restructure file layout --- source/boot/arch/x86_64/CMakeLists.txt | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 source/boot/arch/x86_64/CMakeLists.txt (limited to 'source/boot/arch/x86_64/CMakeLists.txt') diff --git a/source/boot/arch/x86_64/CMakeLists.txt b/source/boot/arch/x86_64/CMakeLists.txt deleted file mode 100644 index 14b0610..0000000 --- a/source/boot/arch/x86_64/CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ -target_sources("_boot" PRIVATE - "src/boot.s" - "src/crti.s" - "src/crtn.s" - "src/multiboot.s" -) - -target_include_directories("_boot" PUBLIC - "include" -) \ No newline at end of file -- cgit v1.2.3