diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2021-07-07 14:17:43 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-07-09 18:21:34 +0200 |
commit | 812b31d3f91507160c367440c17715b62d5e0869 (patch) | |
tree | ffc92f2423f723212fbf776f6d48f128a0c1db59 /default-configs/targets/mips-linux-user.mak | |
parent | cd43648a44f7288261773477d926f60f09abf977 (diff) | |
download | qemu-812b31d3f91507160c367440c17715b62d5e0869.zip |
configs: rename default-configs to configs and reorganise
In preparation for offering variation to our build configurations lets
move everything and rename it to default. Common included base configs
are also renamed.
During the cleanup the stale usb.mak and pci.mak references were
removed from MAINTAINERS.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210707131744.26027-5-alex.bennee@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'default-configs/targets/mips-linux-user.mak')
-rw-r--r-- | default-configs/targets/mips-linux-user.mak | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/default-configs/targets/mips-linux-user.mak b/default-configs/targets/mips-linux-user.mak deleted file mode 100644 index 19f5779831..0000000000 --- a/default-configs/targets/mips-linux-user.mak +++ /dev/null @@ -1,6 +0,0 @@ -TARGET_ARCH=mips -TARGET_ABI_MIPSO32=y -TARGET_SYSTBL_ABI=o32 -TARGET_SYSTBL=syscall_o32.tbl -TARGET_ALIGNED_ONLY=y -TARGET_WORDS_BIGENDIAN=y |