File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ def install_headers(self):
129
129
except :
130
130
pass
131
131
print (" INSTALL\t %s" % (out_dir + "/" + os .path .basename (h )))
132
- os .system (self .srctree + "/scripts/headers_install.sh %s %s" % (os . path . abspath (h ),
132
+ os .system (self .srctree + "/scripts/headers_install.sh %s %s" % (self . relpath2abspath (h ),
133
133
out_dir + "/" + os .path .basename (h )))
134
134
new_headers .add (out_dir + "/" + os .path .basename (h ))
135
135
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ include ../scripts/Makefile.include
28
28
29
29
# OUTPUT fixup should be *after* include ../scripts/Makefile.include
30
30
ifneq ($(OUTPUT ) ,)
31
+ KERNEL_OUT_DIR := $(OUTPUT )
32
+ KOPT += O=$(KERNEL_OUT_DIR )
31
33
OUTPUT := $(OUTPUT ) /tools/lkl/
32
34
else
33
35
OUTPUT := $(CURDIR ) /
You can’t perform that action at this time.
0 commit comments