Commit 9e021f4
committed
ARCv3: Add missing dependency for uImage
Using clean build of uImage target by "make uImage" resulted
in an error "'arch/arc/boot/loader': No such file".
This was because of "loader" is not dependancy for "uImage".
With this fix "make clean"+"make uImage" generate
"loader" and "uImage" binaries in "arch/arc/boot/".1 parent 9ad9f9c commit 9e021f4
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
41 | 48 | | |
| 49 | + | |
42 | 50 | | |
43 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
44 | 55 | | |
| 56 | + | |
45 | 57 | | |
46 | 58 | | |
47 | 59 | | |
| |||
0 commit comments