Browse Source

Revise the way how the octeon bootloader is built. The original

approach was not right, and there is still room for improvement.
OK deraadt@
OPENBSD_6_6
visa 4 years ago
parent
commit
d3a8345c48
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/etc.octeon/Makefile.inc

+ 2
- 2
src/etc/etc.octeon/Makefile.inc View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile.inc,v 1.5 2019/07/28 15:45:30 visa Exp $
# $OpenBSD: Makefile.inc,v 1.6 2019/08/04 08:53:14 visa Exp $
KERNELS += GENERIC.MP bsd.mp
bootblocks:
# None yet.
cp -p ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}
MDEXT= boot bsd.rd miniroot${OSrev}.fs

Loading…
Cancel
Save