[feat] 简易鼠标驱动
This commit is contained in:
@@ -18,7 +18,7 @@ BOOT_OBJ = build/boot.o
|
||||
KERNEL_ASMFLAGS = -Iinclude -Iefi/inc -ffreestanding -fno-stack-protector -fno-stack-check \
|
||||
-fshort-wchar -mno-red-zone -fcf-protection=none -g
|
||||
|
||||
KERNEL_CPP := $(shell find kernel graphics fonts -name '*.cpp' -type f)
|
||||
KERNEL_CPP := $(shell find kernel graphics fonts devices -name '*.cpp' -type f)
|
||||
KERNEL_ASM := $(shell find kernel -name '*.S' -type f)
|
||||
|
||||
KERNEL_OBJ := $(KERNEL_CPP:%.cpp=build/%.o) $(KERNEL_ASM:%.S=build/%.o)
|
||||
|
||||
Reference in New Issue
Block a user