summaryrefslogtreecommitdiffstats
path: root/sys/modules/ar71xx/ar71xx_ehci/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/ar71xx/ar71xx_ehci/Makefile')
-rw-r--r--sys/modules/ar71xx/ar71xx_ehci/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/ar71xx/ar71xx_ehci/Makefile b/sys/modules/ar71xx/ar71xx_ehci/Makefile
index 96f3261..b99e24e 100644
--- a/sys/modules/ar71xx/ar71xx_ehci/Makefile
+++ b/sys/modules/ar71xx/ar71xx_ehci/Makefile
@@ -29,15 +29,15 @@
# $FreeBSD$
#
-.PATH: ${.CURDIR}/../../../mips/atheros/
+.PATH: ${SRCTOP}/sys/mips/atheros/
KMOD= ar71xx_ehci
SRCS= ar71xx_ehci.c
SRCS+= device_if.h bus_if.h usb_if.h opt_usb.h opt_bus.h
-.PATH: ${.CURDIR}/../../../dev/usb/controller/
+.PATH: ${SRCTOP}/sys/dev/usb/controller/
SRCS+= ehci.c
-CFLAGS+= -I. -I${.CURDIR}/../../../mips/atheros
+CFLAGS+= -I. -I${SRCTOP}/sys/mips/atheros
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud