X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b6c8961dce55514c22490d4915626e0d64f11ba8..8eb85e1628864e1ab4e77207738502466cc9d5d2:/tools/Makefile diff --git a/tools/Makefile b/tools/Makefile index 4ee3f1ae7..68e7dab53 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -7,7 +7,7 @@ # Main makefile for the host tools # include $(TOPDIR)/rules.mk -TARGETS-y:=sed sstrip ipkg-utils ext2fs squashfs mtd-utils lzma mkimage firmware-utils +TARGETS-y:=sed sstrip ipkg-utils ext2fs squashfs mtd-utils lzma mkimage firmware-utils patch-cmdline TARGETS-$(CONFIG_CCACHE) += ccache TARGETS_DOWNLOAD:=$(patsubst %,%-download,$(TARGETS-y))