Date: Thu, 6 Jan 2011 21:04:00 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r217070 - in head/sys/modules: aha ahb Message-ID: <201101062104.p06L40ft028324@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101062104.p06L40ft028324>