aboutsummaryrefslogtreecommitdiff
path: root/linker.ld
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-02-07 11:36:04 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-02-07 11:36:04 +0200
commit21e7874d9a9729b3ac7520a0a7ef8f7f5bc7601b (patch)
tree40df2b6564739d7ec1e67468fd3b8e628eb83bc7 /linker.ld
parentlibk: add some tests (diff)
downloadkernel.cpp-21e7874d9a9729b3ac7520a0a7ef8f7f5bc7601b.tar.xz
Rewrite makefile
Diffstat (limited to 'linker.ld')
-rw-r--r--linker.ld2
1 files changed, 0 insertions, 2 deletions
diff --git a/linker.ld b/linker.ld
index a0bb74f..c6c706e 100644
--- a/linker.ld
+++ b/linker.ld
@@ -1,8 +1,6 @@
ENTRY(_start)
OUTPUT_FORMAT(elf32-i386)
-SEARCH_DIR(libk)
-
/* Tell where the various sections of the object files will be put in the final
kernel image. */
SECTIONS