diff options
| author | aqua <aqua@iserlohn-fortress.net> | 2023-05-24 21:29:00 +0300 |
|---|---|---|
| committer | aqua <aqua@iserlohn-fortress.net> | 2023-05-24 21:29:29 +0300 |
| commit | 050aa3ab70dd69d1ca8ffe94fd146039a0885550 (patch) | |
| tree | 4002a7a0bb86580cc6a2adc2eee45891ee068540 /i686/Makefile | |
| parent | Place compiled objects and dependencies in build/ (diff) | |
| download | kernel-050aa3ab70dd69d1ca8ffe94fd146039a0885550.tar.xz | |
Make code ANSI C compatible
Diffstat (limited to 'i686/Makefile')
| -rw-r--r-- | i686/Makefile | 2 |
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 |
