diff options
| author | Felix Fietkau <nbd@nbd.name> | 2017-01-18 18:00:00 +0100 |
|---|---|---|
| committer | Felix Fietkau <nbd@nbd.name> | 2017-01-18 23:57:09 +0100 |
| commit | d98bb7e6b96d5bb700800c797f68bf391335374d (patch) | |
| tree | bd2d4f055248feffea750cb480d8be3608d4742f /tools | |
| parent | 131db366a3785a72b6e742f1842d29c1ad200601 (diff) | |
| download | upstream-d98bb7e6b96d5bb700800c797f68bf391335374d.tar.gz upstream-d98bb7e6b96d5bb700800c797f68bf391335374d.tar.bz2 upstream-d98bb7e6b96d5bb700800c797f68bf391335374d.zip | |
build: extend CONFIG_AUTOREMOVE to tools/
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index a3bf69cd34e..1fdf19769a2 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -100,6 +100,7 @@ $(foreach tool, $(tools-core), $(eval $(curdir)/$(tool)/compile += $(curdir)/sed $(curdir)/sed/compile := $(curdir)/flock/compile tools-y += flock sed +$(curdir)/autoremove := 1 $(curdir)/builddirs := $(tools-y) $(tools-dep) $(tools-) $(curdir)/builddirs-default := $(tools-y) |
