test: No longer test device tree passing as it is unnecessary

This commit is contained in:
Mintsuki
2025-08-07 18:38:13 +02:00
parent 15df4c170b
commit 280c0a67d9
2 changed files with 2 additions and 7 deletions

View File

@@ -21,7 +21,6 @@ backdrop: 008080
module_string: This is the first module.
module_path: boot():/boot/bg.jpg
dtb_path: boot():/boot/device_tree.dtb
/Multiboot2 Test
comment: Test of the multiboot2 boot protocol.

View File

@@ -127,9 +127,9 @@ override CFLAGS_MB := \
-isystem ../freestnd-c-hdrs/include
ifeq ($(ARCH),x86)
all: test.elf multiboot2.elf multiboot.elf device_tree.dtb
all: test.elf multiboot2.elf multiboot.elf
else
all: test.elf device_tree.dtb
all: test.elf
endif
flanterm.o: ../flanterm/src/flanterm.c
@@ -159,12 +159,8 @@ multiboot.elf: multiboot_trampoline.o
%.o: %.asm
nasm -felf32 -F dwarf -g $< -o $@
%.dtb: %.dts
dtc $< -o $@
clean:
rm -rf test.elf limine.o e9print.o memory.o
rm -rf flanterm.o flanterm_fb.o
rm -rf multiboot2.o multiboot2.elf multiboot2_trampoline.o
rm -rf multiboot.o multiboot_trampoline.o multiboot.elf
rm -rf device_tree.dtb