Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.

This commit is contained in:
matt 2001-06-12 18:03:55 +00:00
parent d4dcda551f
commit 6506d53f68
42 changed files with 13 additions and 147 deletions

View File

@ -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>

View File

@ -1,3 +0,0 @@
/* $NetBSD: ansi.h,v 1.1 2001/04/19 07:11:01 matt Exp $ */
#include <arm/ansi.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: aout_machdep.h,v 1.1 2001/04/19 07:11:01 matt Exp $ */
#include <arm/aout_machdep.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: asm.h,v 1.1 2001/04/19 07:11:01 matt Exp $ */
#include <arm/asm.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: bswap.h,v 1.1 2001/04/19 07:11:01 matt Exp $ */
#include <arm/bswap.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: cdefs.h,v 1.1 2001/04/19 07:11:01 matt Exp $ */
#include <arm/cdefs.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: cpu.h,v 1.1 2001/04/19 07:11:01 matt Exp $ */
#include <arm/cpu.h>

View File

@ -1,4 +0,0 @@
/* $NetBSD: cpufunc.h,v 1.1 2001/04/19 07:11:01 matt Exp $ */
#include <arm/cpufunc.h>

View File

@ -1,4 +0,0 @@
/* $NetBSD: cpus.h,v 1.1 2001/04/19 07:11:01 matt Exp $ */
#include <arm/cpus.h>

View File

@ -1,4 +0,0 @@
/* $NetBSD: db_machdep.h,v 1.1 2001/04/19 07:11:01 matt Exp $ */
#include <arm/db_machdep.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: disklabel.h,v 1.1 2001/04/19 07:11:01 matt Exp $ */
#include <arm/disklabel.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: disklabel_acorn.h,v 1.1 2001/04/19 07:11:01 matt Exp $ */
#include <arm/disklabel_acorn.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: elf_machdep.h,v 1.1 2001/04/19 07:11:01 matt Exp $ */
#include <arm/elf_machdep.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: endian_machdep.h,v 1.1 2001/04/19 07:11:01 matt Exp $ */
#include <arm/endian_machdep.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: float.h,v 1.1 2001/04/19 07:11:02 matt Exp $ */
#include <arm/float.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: fp.h,v 1.1 2001/04/19 07:11:02 matt Exp $ */
#include <arm/fp.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: ieee.h,v 1.1 2001/04/19 07:11:02 matt Exp $ */
#include <arm/ieee.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: ieeefp.h,v 1.1 2001/04/19 07:11:02 matt Exp $ */
#include <arm/ieeefp.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: int_const.h,v 1.1 2001/04/19 07:11:02 matt Exp $ */
#include <arm/int_const.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: int_fmtio.h,v 1.1 2001/04/19 08:13:53 kleink Exp $ */
#include <arm/int_fmtio.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: int_limits.h,v 1.1 2001/04/19 08:13:53 kleink Exp $ */
#include <arm/int_limits.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: int_mwgwtypes.h,v 1.1 2001/04/19 07:11:02 matt Exp $ */
#include <arm/int_mwgwtypes.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: int_types.h,v 1.1 2001/04/19 07:11:02 matt Exp $ */
#include <arm/int_types.h>

View File

@ -1,4 +0,0 @@
/* $NetBSD: ipkdb.h,v 1.1 2001/04/19 07:11:02 matt Exp $ */
#include <arm/ipkdb.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: isa_machdep.h,v 1.1 2001/04/19 07:11:02 matt Exp $ */
#include <arm/isa_machdep.h>

View File

@ -1,4 +0,0 @@
/* $NetBSD: isapnp_machdep.h,v 1.1 2001/04/19 07:11:02 matt Exp $ */
#include <arm/isapnp_machdep.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: limits.h,v 1.1 2001/04/19 07:11:02 matt Exp $ */
#include <arm/limits.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: lock.h,v 1.1 2001/04/19 07:11:03 matt Exp $ */
#include <arm/lock.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: math.h,v 1.1 2001/04/19 07:11:03 matt Exp $ */
#include <arm/math.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: pio.h,v 1.1 2001/04/19 07:11:03 matt Exp $ */
#include <arm/pio.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: proc.h,v 1.1 2001/04/19 07:11:03 matt Exp $ */
#include <arm/proc.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: profile.h,v 1.1 2001/04/19 07:11:03 matt Exp $ */
#include <arm/profile.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: profileio.h,v 1.1 2001/04/19 07:11:03 matt Exp $ */
#include <arm/profileio.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: pte.h,v 1.1 2001/04/19 07:11:03 matt Exp $ */
#include <arm/pte.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: ptrace.h,v 1.1 2001/04/19 07:11:03 matt Exp $ */
#include <arm/ptrace.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: reg.h,v 1.1 2001/04/19 07:11:04 matt Exp $ */
#include <arm/reg.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: setjmp.h,v 1.1 2001/04/19 07:11:04 matt Exp $ */
#include <arm/setjmp.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: signal.h,v 1.1 2001/04/19 07:11:04 matt Exp $ */
#include <arm/signal.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: stdarg.h,v 1.1 2001/04/19 07:11:04 matt Exp $ */
#include <arm/stdarg.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: trap.h,v 1.1 2001/04/19 07:11:04 matt Exp $ */
#include <arm/trap.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: undefined.h,v 1.1 2001/04/19 07:11:04 matt Exp $ */
#include <arm/undefined.h>

View File

@ -1,3 +0,0 @@
/* $NetBSD: varargs.h,v 1.1 2001/04/19 07:11:05 matt Exp $ */
#include <arm/varargs.h>