From a18b3df641de6db8861ecb5efafc142d8348f1ad Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Wed, 12 Jan 2022 09:38:58 +0100 Subject: parisc: Warn if CONFIG_PARISC is not enabled Signed-off-by: Helge Deller --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.1