Fix kernel makefile formatting
This commit is contained in:
@ -8,15 +8,15 @@ PUTCHAR_ ?= fb
|
||||
CFLAGS := -ffreestanding -Wall -Wextra -g -fcommon -nostdinc
|
||||
|
||||
CFLAGS += -I. \
|
||||
-I$(ROOT)/limine \
|
||||
-I./std/include \
|
||||
-I./flanterm/src \
|
||||
-DPRINTF_INCLUDE_CONFIG_H=1 \
|
||||
-DLFS_NO_ASSERT \
|
||||
-DLFS_NO_DEBUG \
|
||||
-DLFS_NO_WARN \
|
||||
-DLFS_NO_ERROR \
|
||||
-DUACPI_BAREBONES_MODE
|
||||
-I$(ROOT)/limine \
|
||||
-I./std/include \
|
||||
-I./flanterm/src \
|
||||
-DPRINTF_INCLUDE_CONFIG_H=1 \
|
||||
-DLFS_NO_ASSERT \
|
||||
-DLFS_NO_DEBUG \
|
||||
-DLFS_NO_WARN \
|
||||
-DLFS_NO_ERROR \
|
||||
-DUACPI_BAREBONES_MODE
|
||||
|
||||
ifeq ($(ARCH),x86_64)
|
||||
CFLAGS += -Ihal/x86_64/uACPI/include
|
||||
@ -36,28 +36,28 @@ LDFLAGS += -nostdlib -static -T arch/$(ARCH)/link.ld $(shell $(CC) -print-libgcc
|
||||
SRCFILES :=
|
||||
|
||||
SRCFILES += $(call GRABSRC, \
|
||||
printf \
|
||||
bitmap \
|
||||
pmm \
|
||||
bootinfo \
|
||||
spinlock \
|
||||
term \
|
||||
vmm \
|
||||
dlmalloc \
|
||||
vfs \
|
||||
storedev \
|
||||
util \
|
||||
fs/kvfs \
|
||||
fs/littlefs \
|
||||
fs/portlfs \
|
||||
baseimg \
|
||||
proc \
|
||||
hal \
|
||||
hal/$(ARCH) \
|
||||
std \
|
||||
flanterm/src \
|
||||
flanterm/src/flanterm_backends \
|
||||
)
|
||||
printf \
|
||||
bitmap \
|
||||
pmm \
|
||||
bootinfo \
|
||||
spinlock \
|
||||
term \
|
||||
vmm \
|
||||
dlmalloc \
|
||||
vfs \
|
||||
storedev \
|
||||
util \
|
||||
fs/kvfs \
|
||||
fs/littlefs \
|
||||
fs/portlfs \
|
||||
baseimg \
|
||||
proc \
|
||||
hal \
|
||||
hal/$(ARCH) \
|
||||
std \
|
||||
flanterm/src \
|
||||
flanterm/src/flanterm_backends \
|
||||
)
|
||||
|
||||
ifeq ($(ARCH),x86_64)
|
||||
SRCFILES += $(call GRABSRC, hal/x86_64/uACPI/source)
|
||||
|
Reference in New Issue
Block a user