12 lines
489 B
Makefile
12 lines
489 B
Makefile
# $NetBSD: Makefile.inc,v 1.4 2007/02/19 08:19:14 dyoung Exp $
|
|
|
|
SMIPS= ${SYSDIR}/arch/mips/mips/*.[ch] ${SYSDIR}/arch/mips/include/*.h
|
|
SMIPS+= ${SYSDIR}/arch/mips/alchemy/*.[ch]
|
|
SMIPS+= ${SYSDIR}/arch/mips/alchemy/include/*.h
|
|
SMIPS+= ${SYSDIR}/arch/mips/alchemy/dev/*.[ch]
|
|
SMIPS+= ${SYSDIR}/arch/mips/atheros/*.[ch]
|
|
SMIPS+= ${SYSDIR}/arch/mips/atheros/include/*.h
|
|
SMIPS+= ${SYSDIR}/arch/mips/atheros/dev/*.[ch]
|
|
SMIPS+= ${SYSDIR}/arch/mips/bonito/*.[ch]
|
|
AMIPS= ${SYSDIR}/arch/mips/mips/*.S
|