xref: /minix3/sys/arch/arm/include/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc#	$NetBSD: Makefile,v 1.49 2014/07/23 18:19:43 alnsn Exp $
2f6aac1c3SLionel Sambuc
3f6aac1c3SLionel SambucINCSDIR= /usr/include/arm
4f6aac1c3SLionel Sambuc
5*0a6a1f1dSLionel SambucINCS=	aeabi.h ansi.h aout_machdep.h apmvar.h armreg.h asm.h atomic.h \
6f6aac1c3SLionel Sambuc	bswap.h byte_swap.h \
702222606SBen Gras	cdefs.h cpu.h cpuconf.h \
8f6aac1c3SLionel Sambuc	disklabel.h \
9f6aac1c3SLionel Sambuc	elf_machdep.h endian.h endian_machdep.h \
1084d9c625SLionel Sambuc	fenv.h float.h frame.h \
11f6aac1c3SLionel Sambuc	ieee.h ieeefp.h \
1202222606SBen Gras	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
13*0a6a1f1dSLionel Sambuc	joystick.h \
1402222606SBen Gras	kcore.h \
15f6aac1c3SLionel Sambuc	limits.h lock.h \
16f6aac1c3SLionel Sambuc	math.h mcontext.h mutex.h \
1702222606SBen Gras	param.h pcb.h pmc.h proc.h profile.h rwlock.h \
1802222606SBen Gras	ptrace.h \
1902222606SBen Gras	reg.h rwlock.h \
20*0a6a1f1dSLionel Sambuc	setjmp.h signal.h sljit_machdep.h swi.h sysarch.h \
2102222606SBen Gras	trap.h types.h \
2284d9c625SLionel Sambuc	vfpreg.h vmparam.h \
23f6aac1c3SLionel Sambuc	wchar_limits.h
24f6aac1c3SLionel Sambuc
25f6aac1c3SLionel Sambuc.include <bsd.kinc.mk>
26