diff options
| author | Bin Meng <[email protected]> | 2020-03-08 19:17:58 -0700 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2020-03-10 10:13:02 +0530 |
| commit | 6e87507db6ce7be39ccccb33d6283814f0283c09 (patch) | |
| tree | 87bcef694c3077f464c864196157b06e42d76040 | |
| parent | 2abc55bb3956a9ff0384b086158d242ea0d6414b (diff) | |
platform: ae350: Sort build objects in alphabetical order
Signed-off-by: Bin Meng <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
| -rw-r--r-- | platform/andes/ae350/objects.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/andes/ae350/objects.mk b/platform/andes/ae350/objects.mk index 4ed152e7..091d9e87 100644 --- a/platform/andes/ae350/objects.mk +++ b/platform/andes/ae350/objects.mk @@ -8,4 +8,4 @@ # Nylon Chen <[email protected]> # -platform-objs-y += plicsw.o plmt.o platform.o +platform-objs-y += platform.o plicsw.o plmt.o |
