File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4243,7 +4243,7 @@ CONFIG_AVERAGE=y
42434243CONFIG_OID_REGISTRY=m
42444244# CONFIG_VIRTUALIZATION is not set
42454245CONFIG_BACKPORT_INTEGRATE=y
4246- CONFIG_BACKPORT_DIR="backports/ "
4246+ CONFIG_BACKPORT_DIR="backports"
42474247CONFIG_BACKPORT_VERSION="backports-20150222-0-g2745ccd"
42484248CONFIG_BACKPORT_KERNEL_VERSION="next-20150222-0-g53e418f1"
42494249CONFIG_BACKPORT_KERNEL_NAME="Linux"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ config BACKPORT_INTEGRATE
44
55config BACKPORT_DIR
66 string
7- default "backports/ "
7+ default "backports"
88
99config BACKPORT_VERSION
1010 string
Original file line number Diff line number Diff line change @@ -19,7 +19,12 @@ NOSTDINC_FLAGS := \
1919
2020export backport_srctree = $(M )
2121else
22- export BACKPORT_DIR = backports/
22+ ifneq ($(KBUILD_SRC ) ,)
23+ ifneq ($(wildcard $(KBUILD_SRC)/$(src)),)
24+ TOP_KBUILD_SRC := $(KBUILD_SRC)/
25+ endif
26+ endif
27+ export BACKPORT_DIR = $(TOP_KBUILD_SRC ) backports
2328export backport_srctree = $(BACKPORT_DIR )
2429NOSTDINC_FLAGS := \
2530 -I$(BACKPORT_DIR ) /backport-include/ \
You can’t perform that action at this time.
0 commit comments