We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac0d656 commit 35e76b9Copy full SHA for 35e76b9
arch/xtensa/kernel/Makefile
@@ -35,8 +35,8 @@ sed-y = -e ':a; s/\*(\([^)]*\)\.text\.unlikely/*(\1.literal.unlikely .{text}.unl
35
-e 's/\.{text}/.text/g'
36
37
quiet_cmd__cpp_lds_S = LDS $@
38
-cmd__cpp_lds_S = $(CPP) $(cpp_flags) -P -C -Uxtensa -D__ASSEMBLY__ $< \
39
- | sed $(sed-y) >$@
+cmd__cpp_lds_S = $(CPP) $(cpp_flags) -P -C -Uxtensa -D__ASSEMBLY__ \
+ -DLINKER_SCRIPT $< | sed $(sed-y) >$@
40
41
$(obj)/vmlinux.lds: $(src)/vmlinux.lds.S FORCE
42
$(call if_changed_dep,_cpp_lds_S)
0 commit comments