diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-18 14:00:48 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-18 23:57:07 +0100 |
commit | 6cf067d084cc551c721e98b6d6c6403a63e521d5 (patch) | |
tree | cba95f698e521269aa3530791b758ac8f636d842 /include/subdir.mk | |
parent | c99f8815680fb4abf42cbb2e9d1a909f8f373b02 (diff) | |
download | upstream-6cf067d084cc551c721e98b6d6c6403a63e521d5.tar.gz upstream-6cf067d084cc551c721e98b6d6c6403a63e521d5.tar.bz2 upstream-6cf067d084cc551c721e98b6d6c6403a63e521d5.zip |
build: define common subdir targets in rules.mk
Reduce build system clutter and enable further rework
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'include/subdir.mk')
-rw-r--r-- | include/subdir.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 ., \ |