diff options
author | Nao Pross <naopross@thearcway.org> | 2017-10-19 17:52:58 +0200 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2017-10-19 17:52:58 +0200 |
commit | fe1ac63fc152ea70bc32b9d514841a5f806838ed (patch) | |
tree | 434d336625c9564ec20ddc2834b72f5551f53856 /sw/z80/tests/ram/build/ram_test.lk | |
parent | Move test units to z80/tests, and drivers are now statically linked (diff) | |
download | z80uPC-fe1ac63fc152ea70bc32b9d514841a5f806838ed.tar.gz z80uPC-fe1ac63fc152ea70bc32b9d514841a5f806838ed.zip |
Fix for PIO driver and its test and deletes build files
Diffstat (limited to 'sw/z80/tests/ram/build/ram_test.lk')
-rw-r--r-- | sw/z80/tests/ram/build/ram_test.lk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sw/z80/tests/ram/build/ram_test.lk b/sw/z80/tests/ram/build/ram_test.lk deleted file mode 100644 index 724eb89..0000000 --- a/sw/z80/tests/ram/build/ram_test.lk +++ /dev/null @@ -1,11 +0,0 @@ --mjwx --i build/ram_test.hex --b _CODE = 0x0000 --b _DATA = 0x2000 --k /usr/libexec/../share/sdcc/lib/z80 --k /usr/share/sdcc/lib/z80 --l z80 -build/crt0.rel -build/main.rel - --e |