diff options
author | aqua <aqua@iserlohn-fortress.net> | 2022-11-01 09:03:12 +0200 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2022-11-01 09:03:12 +0200 |
commit | 848b3174bbcdb6d21011ed17c1e14751abf9fba3 (patch) | |
tree | bb07452b0708d321ce37964f4e87da7242edf7a0 /i686 | |
parent | add ps2_keyboard driver (diff) | |
download | kernel-848b3174bbcdb6d21011ed17c1e14751abf9fba3.tar.xz |
makefile: clean target shouldn't depend on OBJS
Diffstat (limited to 'i686')
-rw-r--r-- | i686/Makefile | 2 |
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 |