summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2011-01-06 21:04:00 +0000
committerimp <imp@FreeBSD.org>2011-01-06 21:04:00 +0000
commit05fad83c136f572f5b49e7dd262b821696222ab7 (patch)
treeacbc33fa758b2773c50c8584dff6c4f18d9a1c7d /sys/modules
parent7ac38a901b025af63aed1b72791e3adbd2f51034 (diff)
downloadFreeBSD-src-05fad83c136f572f5b49e7dd262b821696222ab7.zip
FreeBSD-src-05fad83c136f572f5b49e7dd262b821696222ab7.tar.gz
No need to genreate these here
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/aha/Makefile7
-rw-r--r--sys/modules/ahb/Makefile7
2 files changed, 2 insertions, 12 deletions
diff --git a/sys/modules/aha/Makefile b/sys/modules/aha/Makefile
index 24d356c..28bef14 100644
--- a/sys/modules/aha/Makefile
+++ b/sys/modules/aha/Makefile
@@ -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>
diff --git a/sys/modules/ahb/Makefile b/sys/modules/ahb/Makefile
index 2616226..f3d7498 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>
OpenPOWER on IntegriCloud