diff options
| author | Warner Losh <imp@FreeBSD.org> | 2014-08-11 14:50:49 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2014-08-11 14:50:49 +0000 |
| commit | df3394b3de0c40cae69e46b795dc794db3a80c2e (patch) | |
| tree | 9d88e8f28d5de749b45ce092697cd9a893979088 /sys/modules/sound | |
| parent | fd162ebf382f18579d97fab0c77e04f34c9e8dde (diff) | |
Notes
Diffstat (limited to 'sys/modules/sound')
| -rw-r--r-- | sys/modules/sound/driver/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/sound/driver/Makefile b/sys/modules/sound/driver/Makefile index 2c51f45f8557..7adecbcbc9d5 100644 --- a/sys/modules/sound/driver/Makefile +++ b/sys/modules/sound/driver/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ -.include <src.opts.mk> +SYSDIR?=${.CURDIR}/../../.. +.include "${SYSDIR}/conf/kern.opts.mk" # Modules that include binary-only blobs of microcode should be selectable by # MK_SOURCELESS_UCODE option (see below). |
