unify the Blackfin board targets

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger 2008-02-04 19:26:55 -05:00
parent d4d7730853
commit 60fa72d656
1 changed files with 10 additions and 11 deletions

View File

@ -2827,20 +2827,19 @@ xupv2p_config: unconfig
@echo "#define CONFIG_XUPV2P 1" >> $(obj)include/config.h @echo "#define CONFIG_XUPV2P 1" >> $(obj)include/config.h
@$(MKCONFIG) -a $(@:_config=) microblaze microblaze xupv2p xilinx @$(MKCONFIG) -a $(@:_config=) microblaze microblaze xupv2p xilinx
######################################################################### #========================================================================
## Blackfin # Blackfin
######################################################################### #========================================================================
bf533-ezkit_config: unconfig
@$(MKCONFIG) $(@:_config=) blackfin bf533 bf533-ezkit
bf533-stamp_config: unconfig # Analog Devices boards
@$(MKCONFIG) $(@:_config=) blackfin bf533 bf533-stamp BFIN_BOARDS = bf533-ezkit bf533-stamp bf537-stamp bf561-ezkit
bf537-stamp_config: unconfig $(BFIN_BOARDS:%=%_config) : unconfig
@$(MKCONFIG) $(@:_config=) blackfin bf537 bf537-stamp @$(MKCONFIG) $(@:_config=) blackfin $(firstword $(subst -, ,$@)) $(@:_config=)
bf561-ezkit_config: unconfig $(BFIN_BOARDS):
@$(MKCONFIG) $(@:_config=) blackfin bf561 bf561-ezkit $(MAKE) $@_config
$(MAKE)
#======================================================================== #========================================================================
# AVR32 # AVR32