1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:27:35 +00:00

Kernel: Move Boot/ into Arch/i386/Boot (#667)

This commit is contained in:
Tidux 2019-10-20 06:15:39 +00:00 committed by Andreas Kling
parent 8b07025145
commit d09a28856f
3 changed files with 2 additions and 2 deletions

View file

@ -105,7 +105,7 @@ AK_OBJS = \
../AK/ELF/ELFLoader.o
CXX_OBJS = $(KERNEL_OBJS) $(VFS_OBJS) $(AK_OBJS)
OBJS = $(CXX_OBJS) Boot/boot.ao
OBJS = $(CXX_OBJS) Arch/i386/Boot/boot.ao
KERNEL = kernel
CXXFLAGS += -ffreestanding -mregparm=3 -mno-80387 -mno-mmx -mno-sse -mno-sse2