Include powerpc/mpc6xx/{bat.h,pte.h} if PPC_MPC6XX is defined.
This commit is contained in:
parent
bee211fc53
commit
713feac239
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.21 2001/06/10 11:01:27 tsubai Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2001/06/12 17:20:50 tsubai Exp $
|
||||
|
||||
KDIR= /sys/arch/powerpc/include
|
||||
INCSDIR= /usr/include/powerpc
|
||||
|
||||
INCS= ansi.h aout_machdep.h asm.h \
|
||||
bswap.h byte_swap.h \
|
||||
bat.h bswap.h byte_swap.h \
|
||||
cdefs.h cpu.h \
|
||||
db_machdep.h \
|
||||
elf_machdep.h endian.h endian_machdep.h \
|
||||
|
@ -15,7 +15,7 @@ INCS= ansi.h aout_machdep.h asm.h \
|
|||
kcore.h \
|
||||
limits.h lock.h \
|
||||
math.h \
|
||||
param.h pcb.h pio.h pmap.h proc.h profile.h psl.h ptrace.h \
|
||||
param.h pcb.h pio.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \
|
||||
reg.h reloc.h \
|
||||
setjmp.h signal.h stdarg.h \
|
||||
trap.h types.h \
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
/* $NetBSD: bat.h,v 1.4 2001/06/12 17:20:50 tsubai Exp $ */
|
||||
|
||||
#ifdef _KERNEL_OPT
|
||||
#include "opt_ppcarch.h"
|
||||
#endif
|
||||
|
||||
#ifdef PPC_MPC6XX
|
||||
#include <powerpc/mpc6xx/bat.h>
|
||||
#endif
|
|
@ -0,0 +1,9 @@
|
|||
/* $NetBSD: pte.h,v 1.4 2001/06/12 17:20:50 tsubai Exp $ */
|
||||
|
||||
#ifdef _KERNEL_OPT
|
||||
#include "opt_ppcarch.h"
|
||||
#endif
|
||||
|
||||
#ifdef PPC_MPC6XX
|
||||
#include <powerpc/mpc6xx/pte.h>
|
||||
#endif
|
Loading…
Reference in New Issue