diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2013-09-07 23:04:45 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2013-09-07 23:04:45 +0000 |
commit | 1d12f2d42a1c82972e485119892dc4dde41c6519 (patch) | |
tree | f796fe32e52937ab06b9bcffe2c368f12c7f7728 /etc | |
parent | 78ea0c7ac8df3027cf92c5e06621cf0be2f8be10 (diff) |
Update ARMv7's release build process to build kernels and ramdisks
per SoC. It's heavily based on the SGI port.
ok florian@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.armv7/Makefile.inc | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/etc/etc.armv7/Makefile.inc b/etc/etc.armv7/Makefile.inc index 37e18a57ba8..83440c9589c 100644 --- a/etc/etc.armv7/Makefile.inc +++ b/etc/etc.armv7/Makefile.inc @@ -1,6 +1,15 @@ -# $OpenBSD: Makefile.inc,v 1.1 2013/09/04 16:53:40 patrick Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2013/09/07 23:04:44 patrick Exp $ + +ALLSOC=IMX OMAP +KERNELS= +MDEXT= + +.for SOC in ${ALLSOC} +KERNELS+= GENERIC-${SOC} bsd.${SOC} +MDEXT+= bsd.rd.${SOC} +.endfor bootblocks: -MDEXT= bsd.rd miniroot-am335x-${OSrev}.fs miniroot-beagle-${OSrev}.fs \ +MDEXT+= miniroot-am335x-${OSrev}.fs miniroot-beagle-${OSrev}.fs \ miniroot-panda-${OSrev}.fs |