From c5ca4bd8a8e03a1b72d1270a4e2203ecf64838b8 Mon Sep 17 00:00:00 2001 From: aqua Date: Sun, 11 Dec 2022 16:46:35 +0200 Subject: Move symlink target to leaf makefiles --- Makefile | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.1