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:
Dave Chapman 2008-10-12 18:07:23 +00:00
parent b69e8bb539
commit 80cdc34a54
9 changed files with 3 additions and 3 deletions

View file

@ -332,8 +332,8 @@ target/arm/pnx0101/system-pnx0101.c
#if CONFIG_CPU == AS3525 #if CONFIG_CPU == AS3525
target/arm/as3525/system-as3525.c target/arm/as3525/system-as3525.c
#ifdef SANSA_CLIP #ifdef SANSA_CLIP
target/arm/as3525/clip/lcd-ssd1303.c target/arm/as3525/sansa-clip/lcd-ssd1303.c
target/arm/as3525/clip/button-clip.c target/arm/as3525/sansa-clip/button-clip.c
#endif #endif
#endif #endif

2
tools/configure vendored
View file

@ -1692,7 +1692,7 @@ fi
toolset="$ams3525bitmaptools" toolset="$ams3525bitmaptools"
t_cpu="arm" t_cpu="arm"
t_manufacturer="as3525" t_manufacturer="as3525"
t_model="clip" t_model="sansa-clip"
;; ;;