Skip to content

Commit 1402cdd

Browse files
committed
i386-ieee1275: Add missing bootcheck target.
1 parent 31932a2 commit 1402cdd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile.am

+6
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,12 @@ if COND_i386_coreboot
369369
BOOTCHECKS = bootcheck-kfreebsd-aout bootcheck-kopenbsd-i386 bootcheck-kopenbsd-x86_64 bootcheck-multiboot bootcheck-multiboot2 bootcheck-linux-i386 bootcheck-linux-x86_64 bootcheck-knetbsd-x86_64 bootcheck-kfreebsd-x86_64 bootcheck-kfreebsd-i386
370370
endif
371371

372+
if COND_i386_ieee1275
373+
# *BSD requires ACPI
374+
#legacy protocol (linux16) makes early BIOS calls.
375+
BOOTCHECKS = bootcheck-kfreebsd-aout bootcheck-multiboot bootcheck-multiboot2 bootcheck-linux-i386 bootcheck-linux-x86_64
376+
endif
377+
372378
if COND_i386_pc
373379
#pc chainloader by definition is only for i386-pc
374380
#ntldr and bootmgr require BIOS.

0 commit comments

Comments
 (0)