Home | History | Annotate | Download | only in toybox

Lines Matching refs:toybox

1 # Makefile for toybox.
12 all: toybox
18 toybox toybox_unstripped: toybox_stuff
56 rm -rf toybox toybox_unstripped generated change .singleconfig*
67 @echo ' toybox - Build toybox.'
68 @echo ' COMMANDNAME - Build individual toybox command as a standalone binary.'
79 @echo ' install_flat - Install toybox into $$PREFIX directory.'
80 @echo ' install - Install toybox into subdirectories of $$PREFIX.'
81 @echo ' uninstall_flat - Remove toybox from $$PREFIX directory.'
82 @echo ' uninstall - Remove toybox from subdirectories of $$PREFIX.'
84 @echo 'example: CFLAGS="--static" CROSS_COMPILE=armv5l- make defconfig toybox install'