Please enable JavaScript.
Coggle requires JavaScript to display documents.
qsdk/Makefile - Coggle Diagram
qsdk/Makefile
world:
prepare
$(target/stamp-compile)
$(package/stamp-compile)
$(package/stamp-install)
$(target/stamp-install)
compile_kernel-headers:
$(toolchain/stamp-install)
$(tools/stamp-install)
make toolchain/kernel-headers/compile
clean:
clean_kernel
make toolchain/kernel-headers/clean
rm -rf $(BUILD_DIR) $(STAGING_DIR) $(BIN_DIR) $(BUILD_LOG_DIR)
dirclean:
clean
rm -rf $(STAGING_DIR_HOST) $(TOOLCHAIN_DIR) $(BUILD_DIR_HOST) $(BUILD_DIR_TOOLCHAIN)
rm -rf $(TMP_DIR)
prereq:
.config
$(tools/stamp-install)
$(toolchain/stamp-install)
package
(package/stamp-compile)
$(package/stamp-cleanup)
$(target/stamp-compile)
$(package/stamp-install)
$(package/stamp-compile)
target
$(target/stamp-compile)
$(toolchain/stamp-install)
$(tools/stamp-install)
$(BUILD_DIR)/.prepared
compile_kernel-headers
$(target/stamp-install)
$(package/stamp-compile)
$(package/stamp-install)
toolchain
$(toolchain/stamp-install)
$(tools/stamp-install)
prepare:
$(target/stamp-compile)
clean_kernel:
make target/linux/clean