@echo " * make neutrino - builds neutrino with a complete filesystem (build_tmp/rootfs)"
@echo " * make neutrino-flash - builds neutrino, creates a tarball (build_tmp/*systemfs*.tar)"
@echo " and a flash-image (build_tmp/*systemfs*.img)"
- @echo " * make all - builds neutrino, creates a tarball (build_tmp/*systemfs*.tar)"
+ @echo " * make neutrino-all - builds neutrino, creates a tarball (build_tmp/*systemfs*.tar)"
@echo " and a u-boot-image (build_tmp/*u-boot*.img)"
@echo " and a kernel-image (build_tmp/*kernel*.img)"
@echo " and a flash-image (build_tmp/*systemfs*.img)"
@echo ' ============================================================================== '
@echo ""
-all:
+neutrino-all:
$(START_BUILD)
$(MAKE) neutrino system-tools applications multimedia plugins skeleton bootloader kernel driver drivers rootfs flash-prepare flash flash-full flash-check flash-finalize
@echo ""
@echo ' ============================================================================== '
- @echo -e " \033[32mmake all done\033[0m"
+ @echo -e " \033[32mmake neutrino-all done\033[0m"
@echo ' ============================================================================== '
@echo ""
PHONY += all help printenv .print-phony
PHONY += toolcheck update-git update-git-target update-neutrino update-self
-PHONY += init neutrino neutrino-flash all
+PHONY += init neutrino neutrino-flash neutrino-all
PHONY += prerequisites download
PHONY += bootstrap includes-and-libs modules
PHONY += neutrino