X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b6c8961dce55514c22490d4915626e0d64f11ba8..05d9e9fa59e39af282154d36b51d9e524b964e20:/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))