Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 53741 | Differences between
and this patch

Collapse All | Expand All

(-)modules/Makefile.old (-1 / +1 lines)
Lines 27-33 Link Here
27
CFLAGS += -DOS_NOREDEFS
27
CFLAGS += -DOS_NOREDEFS
28
28
29
# Configure location of current 2.4 kernel source directory for compiling
29
# Configure location of current 2.4 kernel source directory for compiling
30
KERNELSRC := /lib/modules/$(shell uname -r)/build
30
KERNELSRC := ${T}/linux
31
31
32
KERNELSRC_EXISTS := $(shell test -r ${KERNELSRC}/include/linux/version.h && echo yes || echo no)
32
KERNELSRC_EXISTS := $(shell test -r ${KERNELSRC}/include/linux/version.h && echo yes || echo no)
33
33

Return to bug 53741