建立u-boot

#git clone git://git.denx.de/u-boot.git

#cd u-boot

#CROSS_COMPILE=ppc_4xx-

#export CROSS_COMPILE

#export BUILD_DIR=/tmp/build

#make distclean

#make NAME_config

#make all

 

你可能感兴趣的:(git,Build)