-
- Downloads
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>
Showing
- board/freescale/mpc8610hpcd/config.mk 0 additions, 3 deletionsboard/freescale/mpc8610hpcd/config.mk
- board/freescale/mpc8641hpcn/config.mk 0 additions, 3 deletionsboard/freescale/mpc8641hpcn/config.mk
- board/sbc8641d/config.mk 0 additions, 3 deletionsboard/sbc8641d/config.mk
- board/xes/xpedite5170/config.mk 0 additions, 3 deletionsboard/xes/xpedite5170/config.mk
- cpu/mpc86xx/config.mk 2 additions, 1 deletioncpu/mpc86xx/config.mk
Please register or sign in to comment