scripts: rename legacy image and create_addon scripts, new make targets

This commit is contained in:
MilhouseVH 2019-02-08 17:17:43 +00:00
parent 23c6529978
commit d26e29c4d9
3 changed files with 16 additions and 0 deletions

View File

@ -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