File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,8 @@ $(filter-out _all sub-make $(CURDIR)/Makefile, $(MAKECMDGOALS)) _all: sub-make
143
143
144
144
# Invoke a second make in the output directory, passing relevant variables
145
145
sub-make :
146
- $(Q )$(MAKE ) -C $(KBUILD_OUTPUT ) KBUILD_SRC=$(CURDIR ) \
146
+ $(Q )$(MAKE ) -C $(KBUILD_OUTPUT ) \
147
+ KBUILD_SRC=$(shell realpath --relative-to=$(KBUILD_OUTPUT ) $(CURDIR ) ) \
147
148
-f $(CURDIR ) /Makefile $(filter-out _all sub-make,$(MAKECMDGOALS ) )
148
149
149
150
# Leave processing to above invocation of make
Original file line number Diff line number Diff line change @@ -103,6 +103,11 @@ section_table:
103
103
104
104
.set section_count, (. - section_table) / 40
105
105
106
+ /* CoreOS 64 byte verity hash value. */
107
+ .org _head + 512
108
+ .ascii "verity-hash"
109
+ .org _head + 512 + 64
110
+
106
111
#ifdef CONFIG_DEBUG_EFI
107
112
/*
108
113
* The debug table is referenced via its Relative Virtual Address (RVA),
You can’t perform that action at this time.
0 commit comments