diff options
| author | Warner Losh <imp@FreeBSD.org> | 2011-01-06 21:04:00 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2011-01-06 21:04:00 +0000 |
| commit | 66e3952aad1190f43c93588acaa63e7da753642f (patch) | |
| tree | acbc33fa758b2773c50c8584dff6c4f18d9a1c7d /sys/modules/ahb | |
| parent | 31e55059be7ba26c510830dbc97d2422de02e86a (diff) | |
Notes
Diffstat (limited to 'sys/modules/ahb')
| -rw-r--r-- | sys/modules/ahb/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/modules/ahb/Makefile b/sys/modules/ahb/Makefile index 2616226cbcc3..f3d7498d6c2d 100644 --- a/sys/modules/ahb/Makefile +++ b/sys/modules/ahb/Makefile @@ -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> |
