diff options
author | Lily Zhang <r58066@freescale.com> | 2010-12-28 11:02:44 +0800 |
---|---|---|
committer | Lily Zhang <r58066@freescale.com> | 2010-12-29 11:36:15 +0800 |
commit | f61132fec4ac3249e088e168608407bcf720c8c5 (patch) | |
tree | 19f0ed18d7df7cd271fe640db13c32f7d5480cb8 /Makefile | |
parent | b189ab8e686fe53e07101c3f7b65305f805151ad (diff) | |
download | u-boot-imx-f61132fec4ac3249e088e168608407bcf720c8c5.zip u-boot-imx-f61132fec4ac3249e088e168608407bcf720c8c5.tar.gz u-boot-imx-f61132fec4ac3249e088e168608407bcf720c8c5.tar.bz2 |
ENGR00137410 MX53 split board files into different folders
Split different MX53 board files into different folder.
Signed-off-by: Lily Zhang <r58066@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -3277,15 +3277,15 @@ mx51_3stack_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx51_3stack freescale mx51 mx53_ard_mfg_config \ -mx53_evk_mfg_config \ +mx53_ard_config : unconfig + $(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx53_ard freescale mx53 + mx53_arm2_ddr3_config \ -mx53_arm2_config \ -mx53_arm2_android_config \ mx53_arm2_ddr3_android_config \ mx53_evk_android_config \ -mx53_ard_config \ +mx53_evk_mfg_config \ mx53_evk_config : unconfig - @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx53_rd freescale mx53 + @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx53_evk freescale mx53 omap2420h4_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm1136 omap2420h4 NULL omap24xx |