summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/post/barebox-common.make9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/post/barebox-common.make b/rules/post/barebox-common.make
index d78e0f1..601301b 100644
--- a/rules/post/barebox-common.make
+++ b/rules/post/barebox-common.make
@@ -10,4 +10,13 @@ endif
barebox-common_oldconfig: \
$(addsuffix _oldconfig,$(filter-out barebox-common, \
$(filter barebox-%, $(PTX_PACKAGES_SELECTED))))
+
+# ----------------------------------------------------------------------------
+# Clean
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/barebox-common.clean: \
+ $(addprefix $(STATEDIR)/, $(addsuffix .clean, \
+ $(filter barebox-%, \ $(PTX_PACKAGES_SELECTED))))
+
# vim: syntax=make