mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-16 10:16:21 -04:00
sh: Update Makefile
Add support MS7722SE01 to Makefile. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
6c0bbdccd3
commit
d91ea45d15
5
Makefile
5
Makefile
@ -2603,6 +2603,11 @@ ms7750se_config: unconfig
|
|||||||
@echo "#define CONFIG_MS7750SE 1" >> include/config.h
|
@echo "#define CONFIG_MS7750SE 1" >> include/config.h
|
||||||
@./mkconfig -a $(@:_config=) sh sh4 ms7750se
|
@./mkconfig -a $(@:_config=) sh sh4 ms7750se
|
||||||
|
|
||||||
|
ms7722se_config : unconfig
|
||||||
|
@ >include/config.h
|
||||||
|
@echo "#define CONFIG_MS7722SE 1" >> include/config.h
|
||||||
|
@./mkconfig -a $(@:_config=) sh sh4 ms7722se
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
#########################################################################
|
#########################################################################
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user