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
4243
4243
CONFIG_OID_REGISTRY=m
4244
4244
# CONFIG_VIRTUALIZATION is not set
4245
4245
CONFIG_BACKPORT_INTEGRATE=y
4246
- CONFIG_BACKPORT_DIR="backports/ "
4246
+ CONFIG_BACKPORT_DIR="backports"
4247
4247
CONFIG_BACKPORT_VERSION="backports-20150222-0-g2745ccd"
4248
4248
CONFIG_BACKPORT_KERNEL_VERSION="next-20150222-0-g53e418f1"
4249
4249
CONFIG_BACKPORT_KERNEL_NAME="Linux"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ config BACKPORT_INTEGRATE
4
4
5
5
config BACKPORT_DIR
6
6
string
7
- default "backports/ "
7
+ default "backports"
8
8
9
9
config BACKPORT_VERSION
10
10
string
Original file line number Diff line number Diff line change @@ -19,7 +19,12 @@ NOSTDINC_FLAGS := \
19
19
20
20
export backport_srctree = $(M )
21
21
else
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
23
28
export backport_srctree = $(BACKPORT_DIR )
24
29
NOSTDINC_FLAGS := \
25
30
-I$(BACKPORT_DIR ) /backport-include/ \
You can’t perform that action at this time.
0 commit comments