oops, two files didnt get commited
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11381 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cad563b00f
commit
a737de778a
2 changed files with 8 additions and 0 deletions
|
@ -16,6 +16,7 @@ target/arm/*.[chS]
|
|||
target/sh/*.[chS]
|
||||
target/coldfire/*.[chS]
|
||||
target/coldfire/iaudio/x5/*.[chS]
|
||||
target/coldfire/iriver/h100/*.[chS]
|
||||
target/coldfire/iriver/h300/*.[chS]
|
||||
target/arm/sandisk/sansa-e200/*.[chS]
|
||||
target/arm/iriver/h10/*.[chS]
|
||||
|
|
|
@ -253,9 +253,16 @@ target/coldfire/iaudio/x5/lcd-remote-x5.c
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef IRIVER_H100_SERIES
|
||||
#ifndef SIMULATOR
|
||||
target/coldfire/iriver/h100/button-h100.c
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef IRIVER_H300_SERIES
|
||||
#ifndef SIMULATOR
|
||||
target/coldfire/iriver/h300/lcd-as-h300.S
|
||||
target/coldfire/iriver/h300/button-h300.c
|
||||
target/coldfire/pcf50606-coldfire.c
|
||||
target/coldfire/iriver/h300/pcf50606-h300.c
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue