Rename the clip directory to sansa-clip to be consistent with the first (PortalPlayer) Sansa ports
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18786 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b69e8bb539
commit
80cdc34a54
9 changed files with 3 additions and 3 deletions
|
@ -332,8 +332,8 @@ target/arm/pnx0101/system-pnx0101.c
|
|||
#if CONFIG_CPU == AS3525
|
||||
target/arm/as3525/system-as3525.c
|
||||
#ifdef SANSA_CLIP
|
||||
target/arm/as3525/clip/lcd-ssd1303.c
|
||||
target/arm/as3525/clip/button-clip.c
|
||||
target/arm/as3525/sansa-clip/lcd-ssd1303.c
|
||||
target/arm/as3525/sansa-clip/button-clip.c
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
2
tools/configure
vendored
2
tools/configure
vendored
|
@ -1692,7 +1692,7 @@ fi
|
|||
toolset="$ams3525bitmaptools"
|
||||
t_cpu="arm"
|
||||
t_manufacturer="as3525"
|
||||
t_model="clip"
|
||||
t_model="sansa-clip"
|
||||
;;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue