Expand SMIPS so that the 'tags' make-target covers more sources.

Sort.
This commit is contained in:
dyoung 2007-02-21 02:28:30 +00:00
parent f0a3da8a33
commit 91ab437064
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile.inc,v 1.4 2007/02/19 08:19:14 dyoung Exp $
# $NetBSD: Makefile.inc,v 1.5 2007/02/21 02:28:30 dyoung Exp $
AMIPS= ${SYSDIR}/arch/mips/mips/*.S
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/alchemy/include/*.h
SMIPS+= ${SYSDIR}/arch/mips/atheros/*.[ch]
SMIPS+= ${SYSDIR}/arch/mips/atheros/include/*.h
SMIPS+= ${SYSDIR}/arch/mips/atheros/dev/*.[ch]
SMIPS+= ${SYSDIR}/arch/mips/atheros/include/*.h
SMIPS+= ${SYSDIR}/arch/mips/bonito/*.[ch]
AMIPS= ${SYSDIR}/arch/mips/mips/*.S