diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2015-06-20 18:30:23 +0100 |
|---|---|---|
| committer | Charles Forsyth <charles.forsyth@gmail.com> | 2015-06-20 18:30:23 +0100 |
| commit | 510120a790bcdd1170f957e2a886568e94799c0a (patch) | |
| tree | 3bcda90036ed3a1745f48cb57c8ce66d3e951286 /emu/Linux | |
| parent | 9e98b72be7081860c9939fb058f3eb9683c46b62 (diff) | |
add target architecture dependent mkfiles
Diffstat (limited to 'emu/Linux')
| -rw-r--r-- | emu/Linux/mkfile-386 | 0 | ||||
| -rw-r--r-- | emu/Linux/mkfile-arm | 2 | ||||
| -rw-r--r-- | emu/Linux/mkfile-mips | 0 | ||||
| -rw-r--r-- | emu/Linux/mkfile-power | 0 |
4 files changed, 2 insertions, 0 deletions
diff --git a/emu/Linux/mkfile-386 b/emu/Linux/mkfile-386 new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/emu/Linux/mkfile-386 diff --git a/emu/Linux/mkfile-arm b/emu/Linux/mkfile-arm new file mode 100644 index 00000000..01cdd7c6 --- /dev/null +++ b/emu/Linux/mkfile-arm @@ -0,0 +1,2 @@ +ARCHFILES=\ + arm-tas-v7.$O\ diff --git a/emu/Linux/mkfile-mips b/emu/Linux/mkfile-mips new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/emu/Linux/mkfile-mips diff --git a/emu/Linux/mkfile-power b/emu/Linux/mkfile-power new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/emu/Linux/mkfile-power |
