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/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/aic7xxx/ahc/ahc_isa/Makefile b/sys/modules/aic7xxx/ahc/ahc_isa/Makefile
index f479a15..301e095 100644
--- a/sys/modules/aic7xxx/ahc/ahc_isa/Makefile
+++ b/sys/modules/aic7xxx/ahc/ahc_isa/Makefile
@@ -1,13 +1,13 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../../../dev/aic7xxx
+.PATH: ${SRCTOP}/sys/dev/aic7xxx
KMOD= ahc_isa
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..
+CFLAGS+= -I${SRCTOP}/sys/dev/aic7xxx -I..
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud