Thread (21 messages) 21 messages, 6 authors, 2016-02-09

Re: [PATCH 1/6] kbuild: record needed exported symbols for modules

From: Sam Ravnborg <hidden>
Date: 2016-02-08 22:13:06
Also in: lkml

 
+# List module undefined symbols
+ifdef CONFIG_TRIM_UNUSED_EXPSYMS
+cmd_undef_syms = $(NM) $@ | sed -n 's/^ \+U \(.*\)/\1/p' | xargs echo
+else
+cmd_undef_syms = echo
+endif
Use ":" as a "do nothing" cammand. Then you do not emit an empty line.

	Sam
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help