-
- Downloads
Minor kernel build changes: Change '[ -d ... ] && cmd' to 'if [ -d ... ]; then...
Minor kernel build changes: Change '[ -d ... ] && cmd' to 'if [ -d ... ]; then cmd; fi' to avoid make errors if the condition is false If $(PLATFORM_DIR)/files exists, copy it into the kernel tree on prepare. SVN-Revision: 6263
Please register or sign in to comment