mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-31 19:41:46 +00:00
[MIPS] Move gth2_config from ARM section to MIPS
Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
This commit is contained in:
parent
373b16fc0c
commit
8a77398395
1 changed files with 5 additions and 5 deletions
10
Makefile
10
Makefile
|
@ -2470,11 +2470,6 @@ cm4008_config : unconfig
|
||||||
cm41xx_config : unconfig
|
cm41xx_config : unconfig
|
||||||
@$(MKCONFIG) $(@:_config=) arm arm920t cm41xx NULL ks8695
|
@$(MKCONFIG) $(@:_config=) arm arm920t cm41xx NULL ks8695
|
||||||
|
|
||||||
gth2_config : unconfig
|
|
||||||
@mkdir -p $(obj)include
|
|
||||||
@echo "#define CONFIG_GTH2 1" >$(obj)include/config.h
|
|
||||||
@$(MKCONFIG) -a gth2 mips mips gth2
|
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
## S3C44B0 Systems
|
## S3C44B0 Systems
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
@ -2677,6 +2672,11 @@ pb1000_config : unconfig
|
||||||
@echo "#define CONFIG_PB1000 1" >$(obj)include/config.h
|
@echo "#define CONFIG_PB1000 1" >$(obj)include/config.h
|
||||||
@$(MKCONFIG) -a pb1x00 mips mips pb1x00
|
@$(MKCONFIG) -a pb1x00 mips mips pb1x00
|
||||||
|
|
||||||
|
gth2_config: unconfig
|
||||||
|
@mkdir -p $(obj)include
|
||||||
|
@echo "#define CONFIG_GTH2 1" >$(obj)include/config.h
|
||||||
|
@$(MKCONFIG) -a gth2 mips mips gth2
|
||||||
|
|
||||||
qemu_mips_config: unconfig
|
qemu_mips_config: unconfig
|
||||||
@mkdir -p $(obj)include
|
@mkdir -p $(obj)include
|
||||||
@echo "#define CONFIG_QEMU_MIPS 1" >$(obj)include/config.h
|
@echo "#define CONFIG_QEMU_MIPS 1" >$(obj)include/config.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue