1
0
Fork 0
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:
Braiden Vasco 2017-11-04 02:14:28 +00:00
parent d0b198c03b
commit 8bbf7836c7
2 changed files with 1 additions and 1 deletions

View file

@ -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