Give LLVM a bit breathing room for the sshramdisk when building for
generic ARM.
This commit is contained in:
parent
70f1a1da07
commit
50a901d1dc
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.7 2015/02/16 21:48:48 skrll Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2015/02/23 23:21:47 joerg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
|
||||
IMAGE= sshramdisk.fs
|
||||
IMAGESIZE= 14m
|
||||
IMAGESIZE= 14848k
|
||||
MAKEFS_FLAGS= -f 15
|
||||
|
||||
WARNS= 1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: RPI_INSTALL,v 1.7 2015/02/16 22:50:02 skrll Exp $
|
||||
# $NetBSD: RPI_INSTALL,v 1.8 2015/02/23 23:21:47 joerg Exp $
|
||||
#
|
||||
# RPI_INSTALL -- RPI kernel with installation-sized
|
||||
# ramdisk
|
||||
|
@ -8,7 +8,7 @@ include "arch/evbarm/conf/RPI"
|
|||
include "arch/evbarm/conf/INSTALL"
|
||||
|
||||
no options MEMORY_DISK_ROOT_SIZE
|
||||
options MEMORY_DISK_ROOT_SIZE=28672
|
||||
options MEMORY_DISK_ROOT_SIZE=29696
|
||||
|
||||
makeoptions RAMDISKNAME=sshramdisk
|
||||
no makeoptions DEBUG
|
||||
|
|
Loading…
Reference in New Issue