diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3238,8 +3238,9 @@ mx31pdk_nand_config : unconfig Mx31_3stack_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm1136 mx31_3stack freescale mx31 -mx35_3stack_config : unconfig - @$(MKCONFIG) $(@:_config=) arm arm1136 mx35_3stack freescale mx35 +mx35_3stack_config \ +mx35_3stack_mmc_config: unconfig + @$(MKCONFIG) $(@:_config=) arm arm1136 mx35_3stack freescale mx35 imx51_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 imx51 freescale mx51 |