diff --git a/Makefile b/Makefile index a26a9e2803..c5229b6449 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,22 @@ noobs: amlpkg: ./scripts/image amlpkg +# legacy sequential build targets +system-st: + ./scripts/image_st + +release-st: + ./scripts/image_st release + +image-st: + ./scripts/image_st mkimage + +noobs-st: + ./scripts/image_st noobs + +amlpkg-st: + ./scripts/image_st amlpkg + clean: rm -rf $(BUILD_DIRS)/* $(BUILD_DIRS)/.stamps diff --git a/scripts/create_addon b/scripts/create_addon_st similarity index 100% rename from scripts/create_addon rename to scripts/create_addon_st diff --git a/scripts/image b/scripts/image_st similarity index 100% rename from scripts/image rename to scripts/image_st