From 21e7874d9a9729b3ac7520a0a7ef8f7f5bc7601b Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 7 Feb 2021 11:36:04 +0200 Subject: Rewrite makefile --- linker.ld | 2 -- 1 file changed, 2 deletions(-) (limited to 'linker.ld') 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 -- cgit v1.2.1