# filesystems (notably VirtualBox vmfs); therefore we allow using /run/ through the 'symlink' target,
# if necessary.
-LINUX_DIR_PATH = /lib/modules/$(shell uname -r)/build
+LINUX_DIR_PATH ?= /lib/modules/$(shell uname -r)/build
ifdef CCPREFIX
CCPAR = CROSS_COMPILE=${CCPREFIX}
endif
# filesystems (notably VirtualBox vmfs); therefore we allow using /run/ through the 'symlink' target,
# if necessary.
-LINUX_DIR_PATH = /lib/modules/$(shell uname -r)/build
+LINUX_DIR_PATH ?= /lib/modules/$(shell uname -r)/build
ifdef CCPREFIX
CCPAR = CROSS_COMPILE=${CCPREFIX}
endif