aboutsummaryrefslogtreecommitdiff
path: root/i686/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 /i686/Makefile
parentRewrite drivers/uart and drivers/vga in cpp (diff)
downloadkernel-c5ca4bd8a8e03a1b72d1270a4e2203ecf64838b8.tar.xz
Move symlink target to leaf makefiles
Diffstat (limited to 'i686/Makefile')
-rw-r--r--i686/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/i686/Makefile b/i686/Makefile
index 9d7f06c..6bbc642 100644
--- a/i686/Makefile
+++ b/i686/Makefile
@@ -3,6 +3,10 @@ include ../Makefile.config
arch.SRCS = boot.S init.s \
gdt.c lgdt.c \
lidt.c isr.c
+arch.OBJS = include
include ../rules.mk
+include:
+ mkdir -p $@
+ ln -sTf ../../grub $@/grub