aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2024-04-11 14:19:36 +0200
committerHelge Deller <deller@gmx.de>2024-04-11 14:19:36 +0200
commit40f7bc36f79d4e1a3328c2cf688e26351de0e9b8 (patch)
tree8835cf298690f934fdf1a7d3ef4661e6b3284709
parent22162579563de2f4a42d43134e448a7277dae7c5 (diff)
downloadseabios-hppa-40f7bc36f79d4e1a3328c2cf688e26351de0e9b8.zip
seabios-hppa-40f7bc36f79d4e1a3328c2cf688e26351de0e9b8.tar.gz
seabios-hppa-40f7bc36f79d4e1a3328c2cf688e26351de0e9b8.tar.bz2
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>
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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"