Fix Makefile to use $(MKCONFIG) macro for all board ports

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
Grant Likely 2007-07-03 00:17:28 -06:00 committed by Wolfgang Denk
parent 057004f4a4
commit 90b1b2d69b

View File

@ -424,7 +424,7 @@ jupiter_config: unconfig
@$(MKCONFIG) jupiter ppc mpc5xxx jupiter @$(MKCONFIG) jupiter ppc mpc5xxx jupiter
v38b_config: unconfig v38b_config: unconfig
@./mkconfig -a v38b ppc mpc5xxx v38b @$(MKCONFIG) -a v38b ppc mpc5xxx v38b
inka4x0_config: unconfig inka4x0_config: unconfig
@$(MKCONFIG) inka4x0 ppc mpc5xxx inka4x0 @$(MKCONFIG) inka4x0 ppc mpc5xxx inka4x0
@ -1027,7 +1027,7 @@ ADCIOP_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc ppc4xx adciop esd @$(MKCONFIG) $(@:_config=) ppc ppc4xx adciop esd
alpr_config: unconfig alpr_config: unconfig
@./mkconfig $(@:_config=) ppc ppc4xx alpr prodrive @$(MKCONFIG) $(@:_config=) ppc ppc4xx alpr prodrive
AP1000_config:unconfig AP1000_config:unconfig
@$(MKCONFIG) $(@:_config=) ppc ppc4xx ap1000 amirix @$(MKCONFIG) $(@:_config=) ppc ppc4xx ap1000 amirix
@ -1239,7 +1239,7 @@ rainier_nand_config: unconfig
@echo "CONFIG_NAND_U_BOOT = y" >> $(obj)include/config.mk @echo "CONFIG_NAND_U_BOOT = y" >> $(obj)include/config.mk
sc3_config:unconfig sc3_config:unconfig
@./mkconfig $(@:_config=) ppc ppc4xx sc3 @$(MKCONFIG) $(@:_config=) ppc ppc4xx sc3
taishan_config: unconfig taishan_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc ppc4xx taishan amcc @$(MKCONFIG) $(@:_config=) ppc ppc4xx taishan amcc
@ -1405,7 +1405,7 @@ ep8260_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc mpc8260 ep8260 @$(MKCONFIG) $(@:_config=) ppc mpc8260 ep8260
ep82xxm_config: unconfig ep82xxm_config: unconfig
@./mkconfig $(@:_config=) ppc mpc8260 ep82xxm @$(MKCONFIG) $(@:_config=) ppc mpc8260 ep82xxm
gw8260_config: unconfig gw8260_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc mpc8260 gw8260 @$(MKCONFIG) $(@:_config=) ppc mpc8260 gw8260
@ -1841,7 +1841,7 @@ TQM8560_config: unconfig
######################################################################### #########################################################################
MPC8641HPCN_config: unconfig MPC8641HPCN_config: unconfig
@./mkconfig $(@:_config=) ppc mpc86xx mpc8641hpcn @$(MKCONFIG) $(@:_config=) ppc mpc86xx mpc8641hpcn
######################################################################### #########################################################################
@ -2411,12 +2411,12 @@ suzaku_config: unconfig
ml401_config: unconfig ml401_config: unconfig
@ >include/config.h @ >include/config.h
@echo "#define CONFIG_ML401 1" >> include/config.h @echo "#define CONFIG_ML401 1" >> include/config.h
@./mkconfig -a $(@:_config=) microblaze microblaze ml401 xilinx @$(MKCONFIG) -a $(@:_config=) microblaze microblaze ml401 xilinx
xupv2p_config: unconfig xupv2p_config: unconfig
@ >include/config.h @ >include/config.h
@echo "#define CONFIG_XUPV2P 1" >> include/config.h @echo "#define CONFIG_XUPV2P 1" >> include/config.h
@./mkconfig -a $(@:_config=) microblaze microblaze xupv2p xilinx @$(MKCONFIG) -a $(@:_config=) microblaze microblaze xupv2p xilinx
######################################################################### #########################################################################
## Blackfin ## Blackfin
@ -2441,7 +2441,7 @@ bf561-ezkit_config: unconfig
######################################################################### #########################################################################
atstk1002_config : unconfig atstk1002_config : unconfig
@./mkconfig $(@:_config=) avr32 at32ap atstk1000 atmel at32ap7000 @$(MKCONFIG) $(@:_config=) avr32 at32ap atstk1000 atmel at32ap7000
######################################################################### #########################################################################
######################################################################### #########################################################################