summaryrefslogtreecommitdiffstats
path: root/rules/ppp.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/ppp.make')
-rw-r--r--rules/ppp.make7
1 files changed, 2 insertions, 5 deletions
diff --git a/rules/ppp.make b/rules/ppp.make
index fc5f821a5..8bfb88b55 100644
--- a/rules/ppp.make
+++ b/rules/ppp.make
@@ -33,11 +33,8 @@ PPP_KERNEL_VERSION := $(if $(KERNEL_HEADER_VERSION),$(KERNEL_HEADER_VERSION),$(K
ifdef PTXCONF_PPP
ifeq ($(PPP_KERNEL_VERSION),)
- $(warning ######################### ERROR ###########################)
- $(warning # Linux kernel version required in order to make ppp work #)
- $(warning # Define a platform kernel or the kernel headers #)
- $(warning ###########################################################)
- $(error )
+$(call ptx/error, Linux kernel version required in order to make ppp work!)
+$(call ptx/error, Define a platform kernel or the kernel headers)
endif
endif