summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc111
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index fe8ea42..99e6ed2 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -892,16 +892,11 @@ NO_KERNELOBJ= t
KERNCONF=${KERNFAST}
.endif
.endif
-.if !defined(KERNCONF) && defined(KERNEL)
-KERNCONF= ${KERNEL}
-KERNWARN=
-.else
.if ${TARGET_ARCH} == "powerpc64"
KERNCONF?= GENERIC64
.else
KERNCONF?= GENERIC
.endif
-.endif
INSTKERNNAME?= kernel
KERNSRCDIR?= ${.CURDIR}/sys
@@ -930,12 +925,6 @@ buildkernel:
@echo "ERROR: Missing kernel configuration file(s) (${KERNCONF})."; \
false
.endif
-.if defined(KERNWARN)
- @echo "--------------------------------------------------------------"
- @echo ">>> WARNING: KERNEL= setting should be changed to KERNCONF="
- @echo "--------------------------------------------------------------"
- @sleep 3
-.endif
@echo
.for _kernel in ${BUILDKERNELS}
@echo "--------------------------------------------------------------"
OpenPOWER on IntegriCloud