aboutsummaryrefslogtreecommitdiff
path: root/i686/Makefile
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2023-05-24 21:29:00 +0300
committeraqua <aqua@iserlohn-fortress.net>2023-05-24 21:29:29 +0300
commit050aa3ab70dd69d1ca8ffe94fd146039a0885550 (patch)
tree4002a7a0bb86580cc6a2adc2eee45891ee068540 /i686/Makefile
parentPlace compiled objects and dependencies in build/ (diff)
downloadkernel-050aa3ab70dd69d1ca8ffe94fd146039a0885550.tar.xz
Make code ANSI C compatible
Diffstat (limited to 'i686/Makefile')
-rw-r--r--i686/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/i686/Makefile b/i686/Makefile
index 93f9a63..3702bef 100644
--- a/i686/Makefile
+++ b/i686/Makefile
@@ -5,7 +5,7 @@ ${ARCH}_CFLAGS += ${INCLUDES}
${ARCH}_CXXFLAGS += ${INCLUDES}
TARGETLIB += arch
-arch.SRCS = boot.S init.s \
+arch.SRCS = boot.s init.s \
gdt.c lgdt.c \
lidt.c isr.c