mirror of
https://github.com/tailix/kernel.git
synced 2024-11-27 11:24:34 -05:00
Rename "arch/boot.s" to "arch/start.s"
This commit is contained in:
parent
d0b198c03b
commit
8bbf7836c7
2 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ CCPREFIX = i686-elf-
|
|||
AS = $(CCPREFIX)as
|
||||
CC = $(CCPREFIX)gcc
|
||||
|
||||
OBJS = boot.s.o
|
||||
OBJS = start.s.o
|
||||
OBJS += main.c.o
|
||||
|
||||
OBJS += logger.c.o console.c.o
|
||||
|
|
Loading…
Reference in a new issue