Module Name: src
Committed By: matt
Date: Wed May 1 12:02:55 UTC 2013
Modified Files:
src/sys/arch/evbarm/include: Makefile
Log Message:
Use the common Makefile to pick up includes needed to be done by every
arm port.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbarm/include/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/include/Makefile
diff -u src/sys/arch/evbarm/include/Makefile:1.18 src/sys/arch/evbarm/include/Makefile:1.19
--- src/sys/arch/evbarm/include/Makefile:1.18 Fri Jan 11 14:09:55 2013
+++ src/sys/arch/evbarm/include/Makefile Wed May 1 12:02:55 2013
@@ -1,25 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2013/01/11 14:09:55 matt Exp $
+# $NetBSD: Makefile,v 1.19 2013/05/01 12:02:55 matt Exp $
-INCSDIR= /usr/include/evbarm
-
-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
-
-INCS+= joystick.h
+ joystick.h \
+ pmap.h
-.include <bsd.kinc.mk>
+.include "../../arm/include/Makefile.common"