diff options
author | aqua <aqua@iserlohn-fortress.net> | 2022-11-05 22:06:24 +0200 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2022-11-05 22:06:24 +0200 |
commit | 97176775f264efa8b30d5d89375a3c739ff6aa7d (patch) | |
tree | d29209ad9f6be3738599a8349874189111d812a5 /i686/Makefile | |
parent | Add sha512sum checksum to grub (diff) | |
download | kernel-97176775f264efa8b30d5d89375a3c739ff6aa7d.tar.xz |
makefile: replace ,SRCS with .SRCS
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 a04e5d3..8575d99 100644 --- a/i686/Makefile +++ b/i686/Makefile @@ -2,7 +2,7 @@ include ../Makefile.config CCFLAGS += -I../grub/include -I../lib -mgeneral-regs-only -arch,SRCS = boot.S init.s \ +arch.SRCS = boot.S init.s \ gdt.c lgdt.c \ lidt.c isr.c |