]> git.proxmox.com Git - qemu.git/commit - default-configs/sh4-linux-user.mak
Add new config-devices.mak for each target
authorJuan Quintela <quintela@redhat.com>
Wed, 7 Oct 2009 00:41:02 +0000 (02:41 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 9 Oct 2009 02:17:10 +0000 (21:17 -0500)
commit1f3d3c8fd7f76150b727aa5980097d524cbb1141
tree56fa975d1f74a0ae64ecc7d91fbc546984f74ab5
parent91880d96a188ed88a1762b6648fb452b3eea845e
Add new config-devices.mak for each target

We generate config-devices.h from there automatically.
We need to do it in main Makefile, because we are going to need a main
Makefile for them.

Patchworks-ID: 35196
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
46 files changed:
.gitignore
Makefile
Makefile.hw
Makefile.target
configure
default-configs/alpha-linux-user.mak [new file with mode: 0644]
default-configs/arm-linux-user.mak [new file with mode: 0644]
default-configs/arm-softmmu.mak [new file with mode: 0644]
default-configs/armeb-linux-user.mak [new file with mode: 0644]
default-configs/cris-linux-user.mak [new file with mode: 0644]
default-configs/cris-softmmu.mak [new file with mode: 0644]
default-configs/i386-bsd-user.mak [new file with mode: 0644]
default-configs/i386-darwin-user.mak [new file with mode: 0644]
default-configs/i386-linux-user.mak [new file with mode: 0644]
default-configs/i386-softmmu.mak [new file with mode: 0644]
default-configs/m68k-linux-user.mak [new file with mode: 0644]
default-configs/m68k-softmmu.mak [new file with mode: 0644]
default-configs/microblaze-linux-user.mak [new file with mode: 0644]
default-configs/microblaze-softmmu.mak [new file with mode: 0644]
default-configs/mips-linux-user.mak [new file with mode: 0644]
default-configs/mips-softmmu.mak [new file with mode: 0644]
default-configs/mips64-softmmu.mak [new file with mode: 0644]
default-configs/mips64el-softmmu.mak [new file with mode: 0644]
default-configs/mipsel-linux-user.mak [new file with mode: 0644]
default-configs/mipsel-softmmu.mak [new file with mode: 0644]
default-configs/ppc-darwin-user.mak [new file with mode: 0644]
default-configs/ppc-linux-user.mak [new file with mode: 0644]
default-configs/ppc-softmmu.mak [new file with mode: 0644]
default-configs/ppc64-linux-user.mak [new file with mode: 0644]
default-configs/ppc64-softmmu.mak [new file with mode: 0644]
default-configs/ppc64abi32-linux-user.mak [new file with mode: 0644]
default-configs/ppcemb-softmmu.mak [new file with mode: 0644]
default-configs/sh4-linux-user.mak [new file with mode: 0644]
default-configs/sh4-softmmu.mak [new file with mode: 0644]
default-configs/sh4eb-linux-user.mak [new file with mode: 0644]
default-configs/sh4eb-softmmu.mak [new file with mode: 0644]
default-configs/sparc-bsd-user.mak [new file with mode: 0644]
default-configs/sparc-linux-user.mak [new file with mode: 0644]
default-configs/sparc-softmmu.mak [new file with mode: 0644]
default-configs/sparc32plus-linux-user.mak [new file with mode: 0644]
default-configs/sparc64-bsd-user.mak [new file with mode: 0644]
default-configs/sparc64-linux-user.mak [new file with mode: 0644]
default-configs/sparc64-softmmu.mak [new file with mode: 0644]
default-configs/x86_64-bsd-user.mak [new file with mode: 0644]
default-configs/x86_64-linux-user.mak [new file with mode: 0644]
default-configs/x86_64-softmmu.mak [new file with mode: 0644]