aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/help.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/help.txt b/scripts/help.txt
index 7d52916b..4d07370e 100644
--- a/scripts/help.txt
+++ b/scripts/help.txt
@@ -17,6 +17,10 @@
install - Install toybox into subdirectories of $PREFIX.
uninstall_flat - Remove toybox from $PREFIX directory.
uninstall - Remove toybox from subdirectories of $PREFIX.
+ root - Build/package root filesystem under root/ controlled by
+ CROSS= cross compile (see scripts/mcm-buildall.sh)
+ LINUX= build kernel from this source, configured for qemu
-example: CFLAGS="--static" CROSS_COMPILE=armv5l- make defconfig toybox install
+example: make defconfig toybox install CFLAGS="--static" CROSS_COMPILE=armv5l-
+or : make root CROSS=sh4 LINUX=~/linux && (cd root/sh4; ./qemu-*.sh)