Search
lxdream.org :: lxdream/test/Makefile :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/Makefile
changeset 249:1708bec547df
prev233:f8333b94f503
next263:6f641270b2aa
author nkeynes
date Wed Dec 20 11:24:16 2006 +0000 (17 years ago)
permissions -rw-r--r--
last change Tidy up the core IDE test case - now passes (usually) on the real thing. Main
surprise was that it seems to always fail the first packet command after a
reset with code 06,29 (drive reset), no matter how long its been since the
reset.
file annotate diff log raw
1.1 --- a/test/Makefile Wed Sep 27 10:21:34 2006 +0000
1.2 +++ b/test/Makefile Wed Dec 20 11:24:16 2006 +0000
1.3 @@ -78,7 +78,7 @@
1.4 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.5 $(SH4OBJCOPY) testsh4 testsh4.bin
1.6
1.7 -testide: crt0.so testide.so ide.so
1.8 +testide: crt0.so testide.so ide.so lib.so
1.9 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.10 $(SH4OBJCOPY) testide testide.bin
1.11
.