Module Name: src Committed By: pooka Date: Tue Dec 7 17:25:41 UTC 2010
Modified Files: src/sys/rump/dev: Makefile.rumpdevcomp Log Message: haad removed 64bit atomic ops from dm, so put it back on the MI all list To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/rump/dev/Makefile.rumpdevcomp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/rump/dev/Makefile.rumpdevcomp diff -u src/sys/rump/dev/Makefile.rumpdevcomp:1.3 src/sys/rump/dev/Makefile.rumpdevcomp:1.4 --- src/sys/rump/dev/Makefile.rumpdevcomp:1.3 Sun Dec 5 22:01:23 2010 +++ src/sys/rump/dev/Makefile.rumpdevcomp Tue Dec 7 17:25:40 2010 @@ -1,14 +1,12 @@ -# $NetBSD: Makefile.rumpdevcomp,v 1.3 2010/12/05 22:01:23 pooka Exp $ +# $NetBSD: Makefile.rumpdevcomp,v 1.4 2010/12/07 17:25:40 pooka Exp $ # -RUMPDEVLIST= audio bpf cgd disk fss md netsmb pad putter raidframe \ +RUMPDEVCOMP= audio bpf cgd disk dm fss md netsmb pad putter raidframe \ rnd scsipi scsitest sysmon wscons RUMPUSBDEVS= ubt ucom ugenhc ulpt umass usb -RUMP64ATOMICDEVS= dm - -.for var in ${RUMPDEVLIST} +.for var in ${RUMPDEVCOMP} RUMPDEVLIBS+=lib${var} RUMPDEVLDADD+=-lrumpdev_${var} .endfor @@ -16,7 +14,3 @@ .for var in ${RUMPUSBDEVS} RUMPDEVLIBS+=lib${var} .endfor - -.for var in ${RUMP64ATOMICDEVS} -RUMPDEVLIBS+=lib${var} -.endfor