aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/sound/driver/uaudio/Makefile
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-03-04 10:10:17 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-03-04 10:10:17 +0000
commit193d9e768ba63fcfb187cfd17f461f7d41345048 (patch)
tree0bd611a14f41427d2dd6120d82a36544617899be /sys/modules/sound/driver/uaudio/Makefile
parentabe427af75e9478f8ab875b40333d594d1fb46ac (diff)
Notes
Diffstat (limited to 'sys/modules/sound/driver/uaudio/Makefile')
-rw-r--r--sys/modules/sound/driver/uaudio/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/modules/sound/driver/uaudio/Makefile b/sys/modules/sound/driver/uaudio/Makefile
index 1dd449315653..e725436adb34 100644
--- a/sys/modules/sound/driver/uaudio/Makefile
+++ b/sys/modules/sound/driver/uaudio/Makefile
@@ -1,12 +1,10 @@
# $FreeBSD$
-S= ${.CURDIR}/../../../..
-
-.PATH: $S/dev/sound/usb
+.PATH: ${SRCTOP}/sys/dev/sound/usb
KMOD= snd_uaudio
SRCS= bus_if.h device_if.h usb_if.h vnode_if.h
SRCS+= opt_usb.h opt_bus.h feeder_if.h channel_if.h usbdevs.h
-SRCS+= uaudio_pcm.c uaudio.c
+SRCS+= uaudio_pcm.c uaudio.c
.include <bsd.kmod.mk>