From 97176775f264efa8b30d5d89375a3c739ff6aa7d Mon Sep 17 00:00:00 2001 From: aqua Date: Sat, 5 Nov 2022 22:06:24 +0200 Subject: makefile: replace ,SRCS with .SRCS --- i686/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i686/Makefile') 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 -- cgit v1.2.1