From 6cf067d084cc551c721e98b6d6c6403a63e521d5 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 18 Jan 2017 14:00:48 +0100 Subject: build: define common subdir targets in rules.mk Reduce build system clutter and enable further rework Signed-off-by: Felix Fietkau --- include/subdir.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/subdir.mk') diff --git a/include/subdir.mk b/include/subdir.mk index 10476d3476..7e0c474035 100644 --- a/include/subdir.mk +++ b/include/subdir.mk @@ -9,7 +9,7 @@ ifeq ($(MAKECMDGOALS),prereq) SUBTARGETS:=prereq PREREQ_ONLY:=1 else - SUBTARGETS:=clean download prepare compile install update refresh prereq dist distcheck configure check + SUBTARGETS:=$(DEFAULT_SUBDIR_TARGETS) endif subtarget-default = $(filter-out ., \ -- cgit v1.2.3