In the top Makefile,
526 $(NM) $@ | grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' | sort > System.map
What's the purpose of (compiled)|(.o$$)|(..ng$$)|(LASH[RL]DI) ? It seems they're old stuff and no longer there. right?
thanks
-- Coywolf Qi Hunt Admin of http://GreatCN.org and http://LoveCN.org
-- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/