Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
This commit is contained in:
parent
d4dcda551f
commit
6506d53f68
|
@ -1,26 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.2 2001/04/19 08:13:53 kleink Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2001/06/12 18:03:55 matt Exp $
|
||||
|
||||
KDIR= /sys/arch/netwinder/include
|
||||
INCSDIR= /usr/include/arm/netwinder
|
||||
|
||||
INCS= ansi.h aout_machdep.h asm.h \
|
||||
bootconfig.h bswap.h bus.h \
|
||||
cdefs.h conf.h cpu.h cpufunc.h cpus.h \
|
||||
db_machdep.h disklabel.h disklabel_acorn.h \
|
||||
elf_machdep.h endian.h endian_machdep.h \
|
||||
float.h fp.h frame.h \
|
||||
ieee.h ieeefp.h \
|
||||
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
|
||||
intr.h ipkdb.h irqhandler.h \
|
||||
INCS= bootconfig.h bus.h \
|
||||
conf.h \
|
||||
endian.h \
|
||||
frame.h \
|
||||
intr.h irqhandler.h \
|
||||
joystick.h \
|
||||
katelib.h \
|
||||
limits.h lock.h \
|
||||
math.h \
|
||||
param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \
|
||||
reg.h rtc.h \
|
||||
setjmp.h signal.h stdarg.h sysarch.h \
|
||||
trap.h types.h \
|
||||
undefined.h \
|
||||
varargs.h vmparam.h
|
||||
katelib.h kerndebug.h \
|
||||
netwinder_boot.h \
|
||||
param.h pcb.h pci_machdep.h pmap.h psl.h \
|
||||
rtc.h \
|
||||
sysarch.h \
|
||||
types.h \
|
||||
vmparam.h
|
||||
|
||||
.include <bsd.kinc.mk>
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: ansi.h,v 1.1 2001/04/19 07:11:01 matt Exp $ */
|
||||
|
||||
#include <arm/ansi.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: aout_machdep.h,v 1.1 2001/04/19 07:11:01 matt Exp $ */
|
||||
|
||||
#include <arm/aout_machdep.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: asm.h,v 1.1 2001/04/19 07:11:01 matt Exp $ */
|
||||
|
||||
#include <arm/asm.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: bswap.h,v 1.1 2001/04/19 07:11:01 matt Exp $ */
|
||||
|
||||
#include <arm/bswap.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: cdefs.h,v 1.1 2001/04/19 07:11:01 matt Exp $ */
|
||||
|
||||
#include <arm/cdefs.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: cpu.h,v 1.1 2001/04/19 07:11:01 matt Exp $ */
|
||||
|
||||
#include <arm/cpu.h>
|
|
@ -1,4 +0,0 @@
|
|||
/* $NetBSD: cpufunc.h,v 1.1 2001/04/19 07:11:01 matt Exp $ */
|
||||
|
||||
#include <arm/cpufunc.h>
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
/* $NetBSD: cpus.h,v 1.1 2001/04/19 07:11:01 matt Exp $ */
|
||||
|
||||
#include <arm/cpus.h>
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
/* $NetBSD: db_machdep.h,v 1.1 2001/04/19 07:11:01 matt Exp $ */
|
||||
|
||||
#include <arm/db_machdep.h>
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: disklabel.h,v 1.1 2001/04/19 07:11:01 matt Exp $ */
|
||||
|
||||
#include <arm/disklabel.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: disklabel_acorn.h,v 1.1 2001/04/19 07:11:01 matt Exp $ */
|
||||
|
||||
#include <arm/disklabel_acorn.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: elf_machdep.h,v 1.1 2001/04/19 07:11:01 matt Exp $ */
|
||||
|
||||
#include <arm/elf_machdep.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: endian_machdep.h,v 1.1 2001/04/19 07:11:01 matt Exp $ */
|
||||
|
||||
#include <arm/endian_machdep.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: float.h,v 1.1 2001/04/19 07:11:02 matt Exp $ */
|
||||
|
||||
#include <arm/float.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: fp.h,v 1.1 2001/04/19 07:11:02 matt Exp $ */
|
||||
|
||||
#include <arm/fp.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: ieee.h,v 1.1 2001/04/19 07:11:02 matt Exp $ */
|
||||
|
||||
#include <arm/ieee.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: ieeefp.h,v 1.1 2001/04/19 07:11:02 matt Exp $ */
|
||||
|
||||
#include <arm/ieeefp.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: int_const.h,v 1.1 2001/04/19 07:11:02 matt Exp $ */
|
||||
|
||||
#include <arm/int_const.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: int_fmtio.h,v 1.1 2001/04/19 08:13:53 kleink Exp $ */
|
||||
|
||||
#include <arm/int_fmtio.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: int_limits.h,v 1.1 2001/04/19 08:13:53 kleink Exp $ */
|
||||
|
||||
#include <arm/int_limits.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: int_mwgwtypes.h,v 1.1 2001/04/19 07:11:02 matt Exp $ */
|
||||
|
||||
#include <arm/int_mwgwtypes.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: int_types.h,v 1.1 2001/04/19 07:11:02 matt Exp $ */
|
||||
|
||||
#include <arm/int_types.h>
|
|
@ -1,4 +0,0 @@
|
|||
/* $NetBSD: ipkdb.h,v 1.1 2001/04/19 07:11:02 matt Exp $ */
|
||||
|
||||
#include <arm/ipkdb.h>
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: isa_machdep.h,v 1.1 2001/04/19 07:11:02 matt Exp $ */
|
||||
|
||||
#include <arm/isa_machdep.h>
|
|
@ -1,4 +0,0 @@
|
|||
/* $NetBSD: isapnp_machdep.h,v 1.1 2001/04/19 07:11:02 matt Exp $ */
|
||||
|
||||
#include <arm/isapnp_machdep.h>
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: limits.h,v 1.1 2001/04/19 07:11:02 matt Exp $ */
|
||||
|
||||
#include <arm/limits.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: lock.h,v 1.1 2001/04/19 07:11:03 matt Exp $ */
|
||||
|
||||
#include <arm/lock.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: math.h,v 1.1 2001/04/19 07:11:03 matt Exp $ */
|
||||
|
||||
#include <arm/math.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: pio.h,v 1.1 2001/04/19 07:11:03 matt Exp $ */
|
||||
|
||||
#include <arm/pio.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: proc.h,v 1.1 2001/04/19 07:11:03 matt Exp $ */
|
||||
|
||||
#include <arm/proc.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: profile.h,v 1.1 2001/04/19 07:11:03 matt Exp $ */
|
||||
|
||||
#include <arm/profile.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: profileio.h,v 1.1 2001/04/19 07:11:03 matt Exp $ */
|
||||
|
||||
#include <arm/profileio.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: pte.h,v 1.1 2001/04/19 07:11:03 matt Exp $ */
|
||||
|
||||
#include <arm/pte.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: ptrace.h,v 1.1 2001/04/19 07:11:03 matt Exp $ */
|
||||
|
||||
#include <arm/ptrace.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: reg.h,v 1.1 2001/04/19 07:11:04 matt Exp $ */
|
||||
|
||||
#include <arm/reg.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: setjmp.h,v 1.1 2001/04/19 07:11:04 matt Exp $ */
|
||||
|
||||
#include <arm/setjmp.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: signal.h,v 1.1 2001/04/19 07:11:04 matt Exp $ */
|
||||
|
||||
#include <arm/signal.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: stdarg.h,v 1.1 2001/04/19 07:11:04 matt Exp $ */
|
||||
|
||||
#include <arm/stdarg.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: trap.h,v 1.1 2001/04/19 07:11:04 matt Exp $ */
|
||||
|
||||
#include <arm/trap.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: undefined.h,v 1.1 2001/04/19 07:11:04 matt Exp $ */
|
||||
|
||||
#include <arm/undefined.h>
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: varargs.h,v 1.1 2001/04/19 07:11:05 matt Exp $ */
|
||||
|
||||
#include <arm/varargs.h>
|
Loading…
Reference in New Issue