Add a default arm32 vmparam.h
This commit is contained in:
parent
c2b23d53a6
commit
afd09cfbe6
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.45 2013/04/23 05:42:23 matt Exp $
|
||||
# $NetBSD: Makefile,v 1.46 2013/05/01 12:00:51 matt Exp $
|
||||
|
||||
INCSDIR= /usr/include/arm
|
||||
|
||||
@ -18,7 +18,7 @@ INCS= aeabi.h ansi.h aout_machdep.h armreg.h asm.h atomic.h \
|
||||
reg.h rwlock.h \
|
||||
setjmp.h signal.h swi.h sysarch.h \
|
||||
trap.h types.h \
|
||||
vfpreg.h \
|
||||
vfpreg.h vmparam.h \
|
||||
wchar_limits.h
|
||||
|
||||
.include <bsd.kinc.mk>
|
||||
|
3
sys/arch/arm/include/vmparam.h
Normal file
3
sys/arch/arm/include/vmparam.h
Normal file
@ -0,0 +1,3 @@
|
||||
/* $NetBSD: vmparam.h,v 1.3 2013/05/01 12:00:51 matt Exp $ */
|
||||
|
||||
#include <arm/arm32/vmparam.h>
|
Loading…
Reference in New Issue
Block a user