aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2022-12-11 16:46:35 +0200
committeraqua <aqua@iserlohn-fortress.net>2022-12-11 16:46:35 +0200
commitc5ca4bd8a8e03a1b72d1270a4e2203ecf64838b8 (patch)
treea1b6698958c43ed73df53ef1bb875be43ec50491 /Makefile
parentRewrite drivers/uart and drivers/vga in cpp (diff)
downloadkernel-c5ca4bd8a8e03a1b72d1270a4e2203ecf64838b8.tar.xz
Move symlink target to leaf makefiles
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index e5afd94..8593881 100644
--- a/Makefile
+++ b/Makefile
@@ -46,18 +46,6 @@ Makefile.config: .config
@echo -e '\n# toolchain.mk' >> Makefile.config
@cat $$(sed -nE "s/CONFIG_ARCH_(.+)=y/\1/p" .config)/toolchain.mk >> Makefile.config
-symlinks:
- mkdir -p src/include
- ln -sTf $(SRC_ROOT)/grub src/include/grub
- ln -sTf $(SRC_ROOT)/${ARCH} src/include/arch
- ln -sTf $(SRC_ROOT)/${ARCH}/sys src/include/sys
- ln -sTf $(SRC_ROOT)/devices src/include/devices
- ln -sTf $(SRC_ROOT)/lib src/include/lib
- mkdir -p devices/include
- ln -sTf $(SRC_ROOT)/${ARCH}/sys devices/include/sys
- mkdir -p i686/include
- ln -sTf $(SRC_ROOT)/grub i686/include/grub
-
lib/libk.a: FORCE
@${MAKE} -C lib libk.a
i686/arch.a: FORCE