aboutsummaryrefslogtreecommitdiff
path: root/i686
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2023-03-05 11:33:30 +0200
committeraqua <aqua@iserlohn-fortress.net>2023-03-05 11:33:30 +0200
commitc329c44db94a941974d6bfc8a8f661ebf5efa615 (patch)
tree9c990658103b2d0f16fe3f246f4d53e55395670d /i686
parentImport kconfig from the linux kernel (diff)
downloadkernel-c329c44db94a941974d6bfc8a8f661ebf5efa615.tar.xz
Add TARGETBIN and TARGETLIB rules
Diffstat (limited to 'i686')
-rw-r--r--i686/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/i686/Makefile b/i686/Makefile
index 0a19955..ba780a9 100644
--- a/i686/Makefile
+++ b/i686/Makefile
@@ -4,12 +4,10 @@ INCLUDES := -isystem../grub
${ARCH}_CFLAGS += ${INCLUDES}
${ARCH}_CXXFLAGS += ${INCLUDES}
+TARGETLIB += arch
arch.SRCS = boot.S init.s \
gdt.c lgdt.c \
lidt.c isr.c
include ../rules.mk
-include:
- mkdir -p $@
- ln -sTf ../../grub $@/grub