mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
Makefile: keep lists sorted.
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
c620c01e96
commit
a3f4c123f5
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -2993,12 +2993,12 @@ smdk6400_config : unconfig
|
|||
#########################################################################
|
||||
## AMD SC520 CDP
|
||||
#########################################################################
|
||||
sc520_cdp_config : unconfig
|
||||
@$(MKCONFIG) $(@:_config=) i386 i386 sc520_cdp
|
||||
|
||||
eNET_config : unconfig
|
||||
@$(MKCONFIG) $(@:_config=) i386 i386 eNET
|
||||
|
||||
sc520_cdp_config : unconfig
|
||||
@$(MKCONFIG) $(@:_config=) i386 i386 sc520_cdp
|
||||
|
||||
sc520_spunk_config : unconfig
|
||||
@$(MKCONFIG) $(@:_config=) i386 i386 sc520_spunk
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue