diff options
author | Dave Chapman <dave@dchapman.com> | 2008-10-12 18:07:23 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2008-10-12 18:07:23 +0000 |
commit | 80cdc34a54a358b13e9bc2d8eb9b9a83b24868a2 (patch) | |
tree | e8b58d1fbbc055bb57be8bc55a6c7ff93a414e80 /firmware/SOURCES | |
parent | b69e8bb539867444c04c7cd106386aa4c6217956 (diff) |
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
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r-- | firmware/SOURCES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index 8d5d28eb5a..9f7007245d 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -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 |