X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/efd153827c271fc714551c146af8622fc5ee1105..1aaea7245a820b6fc78df8ff419c13305723bcc1:/tools/Makefile?ds=sidebyside diff --git a/tools/Makefile b/tools/Makefile index a173722ad..d7d859075 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -18,6 +18,7 @@ tools-y += m4 autoconf automake bison pkg-config sed mklibs tools-y += sstrip ipkg-utils genext2fs libuuid mtd-utils mkimage tools-y += firmware-utils patch-cmdline quilt yaffs2 tools-$(CONFIG_TARGET_orion) += wrt350nv2-builder upslug2 +tools-$(CONFIG_TARGET_x86) += qemu ifneq ($(CONFIG_LINUX_2_4)$(CONFIG_LINUX_2_6_25),) tools-y += squashfs lzma-old else @@ -46,6 +47,8 @@ $(curdir)/automake/compile := $(curdir)/m4/install $(curdir)/autoconf/install $(curdir)/mpc/compile := $(curdir)/gmp/install $(curdir)/mpfr/compile := $(curdir)/gmp/install $(curdir)/mtd-utils/compile := $(curdir)/libuuid/install +$(curdir)/mkimage/compile := $(curdir)/sed/install +$(curdir)/upslug2/compile := $(curdir)/automake/install $(curdir)/builddirs := $(tools-y) $(tools-dep) $(tools-) $(curdir)/builddirs-default := $(tools-y)