summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-04 00:27:07 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-04 00:27:07 +0100
commitf991debebbd17225a6302b7bcd51101b0f41a621 (patch)
tree4ee66eb97506721cd5ad48c0582563b6863afc75 /Makefile
parent4f8d0c38d0429b26dbc8c3035cf212b22ac2b516 (diff)
finetune make bulk
add bulk targets for allmodconfig/allconfig. add more targets to the bulk list. use a separate .cfg directory for target-libc combinations.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5e9c37a3e..9959e3169 100644
--- a/Makefile
+++ b/Makefile
@@ -144,6 +144,12 @@ package_index: .prereq_done
bulk: .prereq_done
@${GMAKE_INV} bulk
+bulkall: .prereq_done
+ @${GMAKE_INV} bulkall
+
+bulkallmod: .prereq_done
+ @${GMAKE_INV} bulkallmod
+
menu: .prereq_done
@${GMAKE_INV} menu