commit | 8277e20026dbcbb5e730396d391fd5c0710bd5bc | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Thu Aug 06 18:38:43 2009 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Fri Aug 28 17:12:37 2009 -0500 |
tree | 52b8b916b3416e5ce0958827a17b1a0cc656f93c | |
parent | 4c81ed10618162eaee88e431585df89bf3690d82 [diff] |
86xx: Remove redudant PLATFORM_CPPFLAGS For historic reasons we had defined some additional PLATFORM_CPPFLAGS like: PLATFORM_CPPFLAGS += -DCONFIG_MPC86xx=1 PLATFORM_CPPFLAGS += -DCONFIG_MPC8641=1 However these are all captured in the config.h and thus redudant. Also moved common 86xx flags into cpu/mpc86xx/config.mk. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>