1
0
Fork 0
forked from len0rd/rockbox

Broke H100 sim. I suck.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6110 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thom Johansen 2005-03-03 12:49:45 +00:00
parent c332553998
commit fdcb5f04de

View file

@ -10,6 +10,6 @@ md5.c
memory.c
seekable_stream_decoder.c
stream_decoder.c
#if CONFIG_CPU==MCF5249
#if CONFIG_CPU==MCF5249 && !defined(SIMULATOR)
coldfire.S
#endif