From 40f7bc36f79d4e1a3328c2cf688e26351de0e9b8 Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Thu, 11 Apr 2024 14:19:36 +0200 Subject: 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 Signed-off-by: Helge Deller --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a02b50a..abcef97 100644 --- a/Makefile +++ b/Makefile @@ -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" -- cgit v1.1