Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 137422
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
VM_UNAME = $(shell uname -r)
14
VM_UNAME = $(shell uname -r)
15
15
16
# Header directory for the running kernel
16
# Header directory for the running kernel
17
HEADER_DIR = /lib/modules/$(VM_UNAME)/build/include
17
HEADER_DIR = ${KERNEL_DIR}/include
18
18
19
BUILD_DIR = $(HEADER_DIR)/..
19
BUILD_DIR = $(HEADER_DIR)/..
20
20

Return to bug 137422