aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/Makefile.arm
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-02-04 18:24:25 +0000
committerWarner Losh <imp@FreeBSD.org>2014-02-04 18:24:25 +0000
commitab2de2d79512185fc57aeab85702d355272fea90 (patch)
treefad85c15f4822275f50ee63a7a7825b21632de16 /sys/conf/Makefile.arm
parent96f9425f06ecc183958094ebfa079dfb1aa696d0 (diff)
downloadsrc-ab2de2d79512185fc57aeab85702d355272fea90.tar.gz
src-ab2de2d79512185fc57aeab85702d355272fea90.zip
Bump the version of config to the latest (3 year old, so upgrade
worries are long past). Also remove redundant MACHINE= declarations and passing MACHINE/MACHINE_ARCH to module builds. That's now done in common code.
Notes
Notes: svn path=/head/; revision=261492
Diffstat (limited to 'sys/conf/Makefile.arm')
-rw-r--r--sys/conf/Makefile.arm4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/conf/Makefile.arm b/sys/conf/Makefile.arm
index d3332b494fe4..95184f3bec93 100644
--- a/sys/conf/Makefile.arm
+++ b/sys/conf/Makefile.arm
@@ -17,7 +17,7 @@
#
# Which version of config(8) is required.
-%VERSREQ= 600004
+%VERSREQ= 600012
STD8X16FONT?= iso
@@ -126,8 +126,6 @@ ${KERNEL_KO}.tramp: ${KERNEL_KO} $S/$M/$M/inckern.S $S/$M/$M/elf_trampoline.c
rm ${KERNEL_KO}.tmp.gz ${KERNEL_KO}.tramp.noheader opt_kernname.h \
inflate-tramp.o tmphack.S
-MKMODULESENV+= MACHINE=${MACHINE}
-
%BEFORE_DEPEND
%OBJS