summaryrefslogtreecommitdiff
path: root/sys/arch/mips/Makefile.inc
blob: cae9bb5ad864891f20c1b115814943a77e447a88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#	$NetBSD: Makefile.inc,v 1.7 2011/04/04 19:47:50 dyoung Exp $

AMIPS=	${SYSDIR}/arch/mips/mips/*.S
AMIPS+=	${SYSDIR}/arch/mips/rmi/*.S
SMIPS=	${SYSDIR}/arch/mips/mips/*.[ch]
SMIPS+=	${SYSDIR}/arch/mips/include/*.h
SMIPS+=	${SYSDIR}/arch/mips/adm5120/*.[ch]
SMIPS+=	${SYSDIR}/arch/mips/adm5120/dev/*.[ch]
SMIPS+=	${SYSDIR}/arch/mips/adm5120/include/*.h
SMIPS+=	${SYSDIR}/arch/mips/alchemy/*.[ch]
SMIPS+=	${SYSDIR}/arch/mips/alchemy/dev/*.[ch]
SMIPS+=	${SYSDIR}/arch/mips/alchemy/include/*.h
SMIPS+=	${SYSDIR}/arch/mips/atheros/*.[ch]
SMIPS+=	${SYSDIR}/arch/mips/atheros/dev/*.[ch]
SMIPS+=	${SYSDIR}/arch/mips/atheros/include/*.h
SMIPS+=	${SYSDIR}/arch/mips/bonito/*.[ch]
SMIPS+=	${SYSDIR}/arch/mips/cfe/*.[ch]
SMIPS+=	${SYSDIR}/arch/mips/rmi/*.[ch]
SMIPS+=	${SYSDIR}/arch/mips/sibyte/dev/*.[ch]
SMIPS+=	${SYSDIR}/arch/mips/sibyte/include/*.[ch]
SMIPS+=	${SYSDIR}/arch/mips/sibyte/pci/*.[ch]