Init IOAPIC nad LAPICs
This commit is contained in:
@ -17,7 +17,7 @@ CFLAGS += -I. \
|
||||
-DUACPI_BAREBONES_MODE
|
||||
|
||||
ifeq ($(ARCH),x86_64)
|
||||
CFLAGS += -I./hal/x86_64/uACPI/include
|
||||
CFLAGS += -Ihal/x86_64/uACPI/include
|
||||
endif
|
||||
|
||||
ifeq ($(PUTCHAR_),fb)
|
||||
@ -58,8 +58,7 @@ SRCFILES := $(wildcard *.c) \
|
||||
$(wildcard flanterm/src/flanterm_backends/*.c)
|
||||
|
||||
ifeq ($(ARCH),x86_64)
|
||||
SRCFILES += $(wildcard hal/x86_64/uACPI/source/*.c)
|
||||
SRCFILES += $(wildcard hal/x86_64/port-uACPI/*.c)
|
||||
SRCFILES += $(wildcard hal/x86_64/uACPI/source/*.c)
|
||||
endif
|
||||
|
||||
CFILES := $(filter %.c,$(SRCFILES))
|
||||
|
Reference in New Issue
Block a user