make it not attempt to build the sh1 assembler when build for H300
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6759 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
57e78a56c7
commit
6067b6a802
1 changed files with 4 additions and 0 deletions
|
@ -300,6 +300,10 @@ irq_handler:
|
|||
vectors:
|
||||
.long stackend
|
||||
.long start
|
||||
#elif defined(IRIVER_H300)
|
||||
/* Platform: iRiver H320/H340 */
|
||||
|
||||
/* Fill in code here */
|
||||
#else
|
||||
/* Platform: Archos Jukebox
|
||||
* We begin with some tricks. If we have built our code to be loaded
|
||||
|
|
Loading…
Reference in a new issue