Commit 959edef
committed
Makefile: add clean target and preserve partitions.xml
To improve build hygiene and to ensure partitions.xml is retained,
- Add 'clean' target to remove generated XML and binary files.
- Declare '.SECONDARY' to prevent Make from automatically
deleting intermediate build artifacts like partitions.xml.
Signed-off-by: Viswanath Kraleti <viswanath.kraleti@oss.qualcomm.com>1 parent e71fe81 commit 959edef
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
0 commit comments