mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Make "split_by_variant.sh" executable.
This commit is contained in:
parent
87cb6862b9
commit
64db4b10a5
4 changed files with 0 additions and 3 deletions
3
Makefile
3
Makefile
|
|
@ -1409,7 +1409,6 @@ ap720t_config \
|
|||
ap920t_config \
|
||||
ap926ejs_config \
|
||||
ap946es_config: unconfig
|
||||
@chmod a+x board/integratorap/split_by_variant.sh
|
||||
@board/integratorap/split_by_variant.sh $@ $(CC)
|
||||
|
||||
integratorcp_config \
|
||||
|
|
@ -1422,7 +1421,6 @@ cp966_config \
|
|||
cp922_config \
|
||||
cp922_XA10_config \
|
||||
cp1026_config: unconfig
|
||||
@chmod a+x board/integratorcp/split_by_variant.sh
|
||||
@board/integratorcp/split_by_variant.sh $@ $(CC)
|
||||
|
||||
kb9202_config : unconfig
|
||||
|
|
@ -1522,7 +1520,6 @@ VCMA9_config : unconfig
|
|||
versatile_config \
|
||||
versatileab_config \
|
||||
versatilepb_config : unconfig
|
||||
@chmod a+x board/versatile/split_by_variant.sh
|
||||
@board/versatile/split_by_variant.sh $@ $(CC)
|
||||
|
||||
voiceblue_smallflash_config \
|
||||
|
|
|
|||
0
board/integratorap/split_by_variant.sh
Normal file → Executable file
0
board/integratorap/split_by_variant.sh
Normal file → Executable file
0
board/integratorcp/split_by_variant.sh
Normal file → Executable file
0
board/integratorcp/split_by_variant.sh
Normal file → Executable file
0
board/versatile/split_by_variant.sh
Normal file → Executable file
0
board/versatile/split_by_variant.sh
Normal file → Executable file
Loading…
Add table
Reference in a new issue