aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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