Makefile: Change default make target to "parisc"

"parisc" is the default target when using this SeaBIOS-hppa git
repository. Change it accordingly, which then allows us to just run
"make" instead of "make parisc".

Requested-by: Sven Schnelle <svens@stackframe.org>
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
Helge Deller
2024-04-11 14:19:36 +02:00
parent d71ea061ad
commit dc9f8910c5

View File

@ -101,7 +101,8 @@ target-$(CONFIG_CSM) += $(OUT)Csm16.bin
target-$(CONFIG_COREBOOT) += $(OUT)bios.bin.elf
target-$(CONFIG_BUILD_VGABIOS) += $(OUT)vgabios.bin
all: $(target-y)
# all: $(target-y)
all: parisc
parisc: FORCE
ifneq "$(CONFIG_PARISC)" "y"