summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 79064a3f0..eaddd6ca3 100644
--- a/Makefile
+++ b/Makefile
@@ -132,14 +132,12 @@ allconfig: .prereq_done
allmodconfig: .prereq_done
@${GMAKE_INV} _mconfig W=-o RCONFIG=Config.in
-allmoddefconfig: .prereq_done
- @if [ -z "$(TARGET)" ];then echo "You need to specify a target"; exit 1;fi
- cp $(TOPDIR)/target/$(TARGET)/default.config $(TOPDIR)/.defconfig
- @${GMAKE_INV} _mconfig W="-m -o -D .defconfig" RCONFIG=Config.in
-
package_index: .prereq_done
@${GMAKE_INV} package_index
+bulk: .prereq_done
+ @${GMAKE_INV} bulk
+
world: .prereq_done
@${GMAKE_INV} world