allow building of kernel-specific stuff in package/ instead of target/linux/package...
[openwrt.git] / Makefile
index f93b008..b1bcf91 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ endif
 endif
 export OPENWRTVERSION
 
-all:
+all: world
 
 .pkginfo: FORCE
 ifneq ($(shell ./scripts/timestamp.pl -p .pkginfo package Makefile),.pkginfo)
@@ -79,5 +79,12 @@ target/%: .pkginfo
 toolchain/%:
        $(MAKE) -C toolchain $(patsubst toolchain/%,%,$@)
 
+world:
+       $(MAKE) toolchain/install
+       $(MAKE) target/compile
+       $(MAKE) package/compile
+       $(MAKE) package/install
+       $(MAKE) target/install
+
 .PHONY: FORCE
 FORCE:
This page took 0.023829 seconds and 4 git commands to generate.