summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/conf/Makefile.alpha2
-rw-r--r--sys/conf/Makefile.i3862
-rw-r--r--sys/conf/Makefile.pc982
-rw-r--r--sys/conf/Makefile.powerpc2
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha
index 35cd505..851167d 100644
--- a/sys/conf/Makefile.alpha
+++ b/sys/conf/Makefile.alpha
@@ -20,7 +20,7 @@
%VERSREQ= 500003
# Can be overridden by makeoptions or /etc/make.conf
-KERNEL_KO?= kernel.ko
+KERNEL_KO?= kernel
KERNEL?= kernel
KODIR?= /boot/${KERNEL}
STD8X16FONT?= iso
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index 3edee6a..c6b2b5d 100644
--- a/sys/conf/Makefile.i386
+++ b/sys/conf/Makefile.i386
@@ -20,7 +20,7 @@
%VERSREQ= 500003
# Can be overridden by makeoptions or /etc/make.conf
-KERNEL_KO?= kernel.ko
+KERNEL_KO?= kernel
KERNEL?= kernel
KODIR?= /boot/${KERNEL}
STD8X16FONT?= iso
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98
index eff4c50..ef8afd0 100644
--- a/sys/conf/Makefile.pc98
+++ b/sys/conf/Makefile.pc98
@@ -22,7 +22,7 @@
%VERSREQ= 500003
# Can be overridden by makeoptions or /etc/make.conf
-KERNEL_KO?= kernel.ko
+KERNEL_KO?= kernel
KERNEL?= kernel
KODIR?= /boot/${KERNEL}
#STD8X16FONT?= iso
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index 3edee6a..c6b2b5d 100644
--- a/sys/conf/Makefile.powerpc
+++ b/sys/conf/Makefile.powerpc
@@ -20,7 +20,7 @@
%VERSREQ= 500003
# Can be overridden by makeoptions or /etc/make.conf
-KERNEL_KO?= kernel.ko
+KERNEL_KO?= kernel
KERNEL?= kernel
KODIR?= /boot/${KERNEL}
STD8X16FONT?= iso
OpenPOWER on IntegriCloud