diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-05-23 22:16:17 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-05-23 22:16:17 +0000 |
commit | aa56e26291dc0d7e208dcc1da07b18ff86a9d2cd (patch) | |
tree | e03078ff95c37e95065076186b6fc63d71836e7e /sys/arch/sparc64/conf | |
parent | 73d71dea40db28854c9501944136d9d9df0f7a32 (diff) |
move swapgeneric to truly generic code. tested on many archs by miod and mickey.
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/Makefile.sparc64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/Makefile.sparc64 b/sys/arch/sparc64/conf/Makefile.sparc64 index 2b0fa99ec51..dbda25e5973 100644 --- a/sys/arch/sparc64/conf/Makefile.sparc64 +++ b/sys/arch/sparc64/conf/Makefile.sparc64 @@ -121,7 +121,7 @@ clean:: lint: @lint -hbxncez -DGENERIC -Dvolatile= ${CPPFLAGS} ${PARAM} -UKGDB \ - ${CFILES} ${SPARC64}/sparc64/swapgeneric.c ioconf.c param.c | \ + ${CFILES} ioconf.c param.c | \ grep -v 'static function .* unused' tags: |