svn commit: r217070 - in head/sys/modules: aha ahb

Warner Losh imp at FreeBSD.org
Thu Jan 6 21:04:01 UTC 2011


Author: imp
Date: Thu Jan  6 21:04:00 2011
New Revision: 217070
URL: http://svn.freebsd.org/changeset/base/217070

Log:
  No need to genreate these here

Modified:
  head/sys/modules/aha/Makefile
  head/sys/modules/ahb/Makefile

Modified: head/sys/modules/aha/Makefile
==============================================================================
--- head/sys/modules/aha/Makefile	Thu Jan  6 21:03:55 2011	(r217069)
+++ head/sys/modules/aha/Makefile	Thu Jan  6 21:04:00 2011	(r217070)
@@ -4,11 +4,6 @@
 
 KMOD=	aha
 SRCS=	aha.c aha_isa.c ahareg.h opt_cam.h device_if.h bus_if.h \
-	opt_scsi.h isa_if.h
-
-.if !defined(KERNBUILDDIR)
-opt_scsi.h:
-	echo "#define SCSI_DELAY 15000" > ${.TARGET}
-.endif
+	isa_if.h
 
 .include <bsd.kmod.mk>

Modified: head/sys/modules/ahb/Makefile
==============================================================================
--- head/sys/modules/ahb/Makefile	Thu Jan  6 21:03:55 2011	(r217069)
+++ head/sys/modules/ahb/Makefile	Thu Jan  6 21:04:00 2011	(r217070)
@@ -3,11 +3,6 @@
 .PATH: ${.CURDIR}/../../dev/ahb
 
 KMOD=	ahb
-SRCS=	ahb.c opt_cam.h device_if.h bus_if.h eisa_if.h opt_scsi.h
-
-.if !defined(KERNBUILDDIR)
-opt_scsi.h:
-	echo "#define SCSI_DELAY 15000" > ${.TARGET}
-.endif
+SRCS=	ahb.c opt_cam.h device_if.h bus_if.h eisa_if.h
 
 .include <bsd.kmod.mk>


More information about the svn-src-head mailing list