Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/include Use the common Makefile to pick up i...
details: https://anonhg.NetBSD.org/src/rev/cf8af19192b7
branches: trunk
changeset: 786545:cf8af19192b7
user: matt <matt%NetBSD.org@localhost>
date: Wed May 01 12:02:55 2013 +0000
description:
Use the common Makefile to pick up includes needed to be done by every
arm port.
diffstat:
sys/arch/evbarm/include/Makefile | 27 +++++----------------------
1 files changed, 5 insertions(+), 22 deletions(-)
diffs (34 lines):
diff -r b1f0443fb813 -r cf8af19192b7 sys/arch/evbarm/include/Makefile
--- a/sys/arch/evbarm/include/Makefile Wed May 01 12:01:55 2013 +0000
+++ b/sys/arch/evbarm/include/Makefile Wed May 01 12:02:55 2013 +0000
@@ -1,25 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2013/01/11 14:09:55 matt Exp $
-
-INCSDIR= /usr/include/evbarm
+# $NetBSD: Makefile,v 1.19 2013/05/01 12:02:55 matt Exp $
-INCS= ansi.h aout_machdep.h asm.h \
- bswap.h \
- cdefs.h cpu.h \
- disklabel.h \
- elf_machdep.h endian.h endian_machdep.h \
- float.h frame.h \
- ieee.h ieeefp.h \
- int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
+INCS+= disklabel.h \
intr.h \
- limits.h lock.h \
- math.h mcontext.h mutex.h \
- param.h pcb.h pmap.h pmc.h proc.h profile.h ptrace.h \
- reg.h rwlock.h \
- setjmp.h signal.h sysarch.h \
- trap.h types.h \
- vmparam.h \
- wchar_limits.h
+ joystick.h \
+ pmap.h
-INCS+= joystick.h
-
-.include <bsd.kinc.mk>
+.include "../../arm/include/Makefile.common"
Home |
Main Index |
Thread Index |
Old Index