aboutsummaryrefslogtreecommitdiff
path: root/i686/Makefile
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2022-11-01 09:03:12 +0200
committeraqua <aqua@iserlohn-fortress.net>2022-11-01 09:03:12 +0200
commit848b3174bbcdb6d21011ed17c1e14751abf9fba3 (patch)
treebb07452b0708d321ce37964f4e87da7242edf7a0 /i686/Makefile
parentadd ps2_keyboard driver (diff)
downloadkernel-848b3174bbcdb6d21011ed17c1e14751abf9fba3.tar.xz
makefile: clean target shouldn't depend on OBJS
Diffstat (limited to 'i686/Makefile')
-rw-r--r--i686/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/i686/Makefile b/i686/Makefile
index d472ebe..04257dc 100644
--- a/i686/Makefile
+++ b/i686/Makefile
@@ -2,8 +2,6 @@ include ../${ARCH}/toolchain.mk
CCFLAGS += -I../grub/include -I../lib
-all: arch.a
-
arch,SRCS = boot.S init.s \
gdt.c lgdt.c \
lidt.c isr.c