From fab72cb1356cc574ef52df4f1560708a65568ae3 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Sat, 27 Jan 2024 17:06:50 -0500 Subject: [PATCH] drm-kmod: use ${SRCTOP}/sys for top --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3a16d26222d..fa6bac587af 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -SYSDIR?=/usr/src/sys +SYSDIR?=${SRCTOP}/sys .include "${SYSDIR}/conf/kern.opts.mk" _VALID_KMODS= dmabuf ttm drm dummygfx i915 amd radeon linuxkpi_video