diff options
author | Paul Spooren <mail@aparcar.org> | 2020-12-30 18:11:54 -1000 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2021-01-10 12:29:23 -1000 |
commit | 5876ba6460f14b4467812bdd76b9f3db323afb33 (patch) | |
tree | 069640e4713c95b7c706ab0bc60fa5972ab61c1f /tools/Makefile | |
parent | ca289e322d87bd14271de84b25291c2979f96781 (diff) | |
download | upstream-5876ba6460f14b4467812bdd76b9f3db323afb33.tar.gz upstream-5876ba6460f14b4467812bdd76b9f3db323afb33.tar.bz2 upstream-5876ba6460f14b4467812bdd76b9f3db323afb33.zip |
qemu: remove obsolete package
Instead of using an ancient qemu version in-tree the building machine
should just have qemu-utils installed.
Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile index 3677023aee..09fe340e6c 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -33,7 +33,6 @@ tools-$(CONFIG_TARGET_apm821xx)$(CONFIG_TARGET_gemini) += genext2fs tools-$(CONFIG_TARGET_ath79) += lzma-old squashfs tools-$(CONFIG_TARGET_mxs) += elftosb sdimage tools-$(CONFIG_TARGET_tegra) += cbootimage cbootimage-configs -tools-$(CONFIG_TARGET_x86) += qemu tools-$(CONFIG_USES_MINOR) += kernel2minor tools-$(CONFIG_USE_SPARSE) += sparse @@ -68,7 +67,6 @@ $(curdir)/mpfr/compile := $(curdir)/gmp/compile $(curdir)/mtd-utils/compile := $(curdir)/libtool/compile $(curdir)/e2fsprogs/compile $(curdir)/zlib/compile $(curdir)/padjffs2/compile := $(curdir)/findutils/compile $(curdir)/patchelf/compile := $(curdir)/libtool/compile -$(curdir)/qemu/compile := $(curdir)/e2fsprogs/compile $(curdir)/zlib/compile $(curdir)/quilt/compile := $(curdir)/autoconf/compile $(curdir)/findutils/compile $(curdir)/sdcc/compile := $(curdir)/bison/compile $(curdir)/squashfs/compile := $(curdir)/lzma-old/compile |