commit | e915f8bb73d74178bc21d3a457959883b1afd1c0 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Thu Feb 05 21:04:36 2009 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Wed Feb 11 23:05:57 2009 +0100 |
tree | 4b864d952f7c8cab0e0b8c9758cadac843b389e8 | |
parent | ab76e9848a1f4db64d14233741d739a3b3360c93 [diff] |
common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile Move global '#ifdef CONFIG_xxx .... #endif' out of the .c files and into the COBJS-$(CONFIG_xxx) in the Makefile. Also delete unused var in kgdb code in the process. Signed-off-by: Mike Frysinger <vapier@gentoo.org>