mpc83xx: sort Makefile targets
reordered targets alphabetically
This commit is contained in:
parent
91e2576977
commit
4decd84e8f
57
Makefile
57
Makefile
@ -1615,12 +1615,36 @@ r5200_config : unconfig
|
|||||||
## MPC83xx Systems
|
## MPC83xx Systems
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
||||||
TQM834x_config: unconfig
|
MPC832XEMDS_config \
|
||||||
@$(MKCONFIG) $(@:_config=) ppc mpc83xx tqm834x
|
MPC832XEMDS_HOST_33_config \
|
||||||
|
MPC832XEMDS_HOST_66_config \
|
||||||
|
MPC832XEMDS_SLAVE_config: unconfig
|
||||||
|
@echo "" >include/config.h ; \
|
||||||
|
if [ "$(findstring _HOST_,$@)" ] ; then \
|
||||||
|
echo -n "... PCI HOST " ; \
|
||||||
|
echo "#define CONFIG_PCI" >>include/config.h ; \
|
||||||
|
fi ; \
|
||||||
|
if [ "$(findstring _SLAVE_,$@)" ] ; then \
|
||||||
|
echo "...PCI SLAVE 66M" ; \
|
||||||
|
echo "#define CONFIG_PCI" >>include/config.h ; \
|
||||||
|
echo "#define CONFIG_PCISLAVE" >>include/config.h ; \
|
||||||
|
fi ; \
|
||||||
|
if [ "$(findstring _33_,$@)" ] ; then \
|
||||||
|
echo -n "...33M ..." ; \
|
||||||
|
echo "#define PCI_33M" >>include/config.h ; \
|
||||||
|
fi ; \
|
||||||
|
if [ "$(findstring _66_,$@)" ] ; then \
|
||||||
|
echo -n "...66M..." ; \
|
||||||
|
echo "#define PCI_66M" >>include/config.h ; \
|
||||||
|
fi ;
|
||||||
|
@$(MKCONFIG) -a MPC832XEMDS ppc mpc83xx mpc832xemds
|
||||||
|
|
||||||
MPC8349EMDS_config: unconfig
|
MPC8349EMDS_config: unconfig
|
||||||
@$(MKCONFIG) $(@:_config=) ppc mpc83xx mpc8349emds
|
@$(MKCONFIG) $(@:_config=) ppc mpc83xx mpc8349emds
|
||||||
|
|
||||||
|
MPC8349ITX_config: unconfig
|
||||||
|
@$(MKCONFIG) $(@:_config=) ppc mpc83xx mpc8349itx
|
||||||
|
|
||||||
MPC8360EMDS_config \
|
MPC8360EMDS_config \
|
||||||
MPC8360EMDS_HOST_33_config \
|
MPC8360EMDS_HOST_33_config \
|
||||||
MPC8360EMDS_HOST_66_config \
|
MPC8360EMDS_HOST_66_config \
|
||||||
@ -1645,35 +1669,12 @@ MPC8360EMDS_SLAVE_config: unconfig
|
|||||||
fi ;
|
fi ;
|
||||||
@$(MKCONFIG) -a MPC8360EMDS ppc mpc83xx mpc8360emds
|
@$(MKCONFIG) -a MPC8360EMDS ppc mpc83xx mpc8360emds
|
||||||
|
|
||||||
MPC8349ITX_config: unconfig
|
|
||||||
@$(MKCONFIG) $(@:_config=) ppc mpc83xx mpc8349itx
|
|
||||||
|
|
||||||
sbc8349_config: unconfig
|
sbc8349_config: unconfig
|
||||||
@$(MKCONFIG) $(@:_config=) ppc mpc83xx sbc8349
|
@$(MKCONFIG) $(@:_config=) ppc mpc83xx sbc8349
|
||||||
|
|
||||||
MPC832XEMDS_config \
|
TQM834x_config: unconfig
|
||||||
MPC832XEMDS_HOST_33_config \
|
@$(MKCONFIG) $(@:_config=) ppc mpc83xx tqm834x
|
||||||
MPC832XEMDS_HOST_66_config \
|
|
||||||
MPC832XEMDS_SLAVE_config: unconfig
|
|
||||||
@echo "" >include/config.h ; \
|
|
||||||
if [ "$(findstring _HOST_,$@)" ] ; then \
|
|
||||||
echo -n "... PCI HOST " ; \
|
|
||||||
echo "#define CONFIG_PCI" >>include/config.h ; \
|
|
||||||
fi ; \
|
|
||||||
if [ "$(findstring _SLAVE_,$@)" ] ; then \
|
|
||||||
echo "...PCI SLAVE 66M" ; \
|
|
||||||
echo "#define CONFIG_PCI" >>include/config.h ; \
|
|
||||||
echo "#define CONFIG_PCISLAVE" >>include/config.h ; \
|
|
||||||
fi ; \
|
|
||||||
if [ "$(findstring _33_,$@)" ] ; then \
|
|
||||||
echo -n "...33M ..." ; \
|
|
||||||
echo "#define PCI_33M" >>include/config.h ; \
|
|
||||||
fi ; \
|
|
||||||
if [ "$(findstring _66_,$@)" ] ; then \
|
|
||||||
echo -n "...66M..." ; \
|
|
||||||
echo "#define PCI_66M" >>include/config.h ; \
|
|
||||||
fi ;
|
|
||||||
@$(MKCONFIG) -a MPC832XEMDS ppc mpc83xx mpc832xemds
|
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
## MPC85xx Systems
|
## MPC85xx Systems
|
||||||
|
Loading…
Reference in New Issue
Block a user