summaryrefslogtreecommitdiffstats
path: root/sys/modules/aic7xxx/ahc/ahc_eisa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/aic7xxx/ahc/ahc_eisa/Makefile')
-rw-r--r--sys/modules/aic7xxx/ahc/ahc_eisa/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/sys/modules/aic7xxx/ahc/ahc_eisa/Makefile b/sys/modules/aic7xxx/ahc/ahc_eisa/Makefile
new file mode 100644
index 0000000..c6a3702
--- /dev/null
+++ b/sys/modules/aic7xxx/ahc/ahc_eisa/Makefile
@@ -0,0 +1,18 @@
+
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../../dev/aic7xxx
+KMOD= ahc_eisa
+
+../aic7xxx_reg.h:
+ ( cd .. ; ${MAKE} aic7xxx_reg.h )
+
+SRCS= ahc_eisa.c aic7770.c ../aic7xxx_reg.h
+SRCS+= device_if.h bus_if.h pci_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