summaryrefslogtreecommitdiffstats
path: root/sys/modules/aic7xxx/ahc/ahc_isa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/aic7xxx/ahc/ahc_isa/Makefile')
-rw-r--r--sys/modules/aic7xxx/ahc/ahc_isa/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/modules/aic7xxx/ahc/ahc_isa/Makefile b/sys/modules/aic7xxx/ahc/ahc_isa/Makefile
index 965e74d..f479a15 100644
--- a/sys/modules/aic7xxx/ahc/ahc_isa/Makefile
+++ b/sys/modules/aic7xxx/ahc/ahc_isa/Makefile
@@ -4,15 +4,10 @@
.PATH: ${.CURDIR}/../../../../dev/aic7xxx
KMOD= ahc_isa
-../aic7xxx_reg.h:
- ( cd .. ; ${MAKE} aic7xxx_reg.h )
-
-SRCS= ahc_isa.c ../aic7xxx_reg.h
+SRCS= ahc_isa.c
SRCS+= device_if.h bus_if.h pci_if.h isa_if.h
SRCS+= opt_scsi.h opt_cam.h opt_aic7xxx.h
CFLAGS+= -I${.CURDIR}/../../../../dev/aic7xxx -I..
-CLEANFILES= ../aic7xxx_reg.h ../aic7xxx_seq.h
-
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud