aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2022-01-12 09:38:58 +0100
committerHelge Deller <deller@gmx.de>2022-01-12 19:49:16 +0100
commita18b3df641de6db8861ecb5efafc142d8348f1ad (patch)
tree1f13f9e417af634e3f595c59e918b58e7ca28df8 /Makefile
parent5ce2f48c3be1e233cfe496b385a00ffe4d0d9413 (diff)
downloadseabios-hppa-a18b3df641de6db8861ecb5efafc142d8348f1ad.zip
seabios-hppa-a18b3df641de6db8861ecb5efafc142d8348f1ad.tar.gz
seabios-hppa-a18b3df641de6db8861ecb5efafc142d8348f1ad.tar.bz2
parisc: Warn if CONFIG_PARISC is not enabled
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4eae0f2..4b4dbd3 100644
--- a/Makefile
+++ b/Makefile
@@ -104,6 +104,9 @@ target-$(CONFIG_BUILD_VGABIOS) += $(OUT)vgabios.bin
all: $(target-y)
parisc: FORCE
+ifneq "$(CONFIG_PARISC)" "y"
+ @echo "ERROR: run 'make config' and select PA-RISC before building the parisc target."
+endif
DIRS="" $(MAKE) -f Makefile.parisc all
# Make definitions