diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-10-05 17:56:44 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-10-05 17:56:44 +0000 |
commit | c66403322a3dccd6703411483608df125263840f (patch) | |
tree | 804e1ba5d95309ff46b0abc1085d334dc486b566 /sys/arch | |
parent | ee8ac6825d2f6833f195a4988b95ef8669c69803 (diff) |
kill dead isa/eisa and add spmath for tags generation
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/arch/hppa/Makefile b/sys/arch/hppa/Makefile index ca16b74ffdc..4793bb08000 100644 --- a/sys/arch/hppa/Makefile +++ b/sys/arch/hppa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2002/07/15 21:29:16 mickey Exp $ +# $OpenBSD: Makefile,v 1.4 2004/10/05 17:56:43 mickey Exp $ # Makefile for hppa tags file and boot blocks @@ -13,11 +13,12 @@ SUBDIR= stand THPPA= $S/arch/hppa/tags SHPPA= $S/arch/hppa/hppa/*.[ch] $S/arch/hppa/include/*.h \ $S/arch/hppa/dev/*.[ch] $S/arch/hppa/gsc/*.[ch] \ - $S/arch/hppa/eisa/*.[ch] $S/arch/hppa/isa/*.[ch] -AHPPA= $S/arch/hppa/hppa/*.S $S/lib/libkern/arch/hppa/*.[sS] + $S/arch/hppa/spmath/*.[ch] +AHPPA= $S/arch/hppa/hppa/*.S $S/arch/hppa/spmath/*.S \ + $S/lib/libkern/arch/hppa/*.[sS] # Directories in which to place hppa tags links -DHPPA= conf dev gsc hppa eisa isa include +DHPPA= conf dev gsc hppa spmath include tags: -ctags -wdtf ${THPPA} ${COMM} ${SHPPA} |