Commit 11f28b2
committed
feat(Makefile): add flash_glymur/ target
Add a new target that downloads the Glymur firmware and extracts it in a
flash_glymur/ directory. This allows for autocompletion thanks to
Makefile targets and allows to do the following and get what one would
expect:
$ make flash_glymur/bootfw1.bin
$ # or simply:
$ make flash_glymur/
Signed-off-by: Agathe Porte <agathe.porte@oss.qualcomm.com>1 parent 6f3e2a0 commit 11f28b2
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
69 | 86 | | |
70 | 87 | | |
71 | 88 | | |
72 | 89 | | |
73 | 90 | | |
74 | 91 | | |
| 92 | + | |
0 commit comments