diff options
| author | Anup Patel <[email protected]> | 2022-05-13 09:26:20 +0530 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2022-05-13 09:26:20 +0530 |
| commit | bfeb305e0f8da3f8bdff97a21a6628c3156fbfff (patch) | |
| tree | d793406a66854ef262e29c7ce3e0ac1b3263c651 /lib/utils/timer/fdt_timer_drivers.carray | |
| parent | 1e62705adc1268db768e4934a73242921e4550bb (diff) | |
lib: utils/timer: Generate FDT timer driver list at compile-time
Instead of having FDT timer driver list hard-coded in the C source,
we generate it using carray.sh at compile-time.
Signed-off-by: Anup Patel <[email protected]>
Reviewed-by: Atish Patra <[email protected]>
Diffstat (limited to 'lib/utils/timer/fdt_timer_drivers.carray')
| -rw-r--r-- | lib/utils/timer/fdt_timer_drivers.carray | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/utils/timer/fdt_timer_drivers.carray b/lib/utils/timer/fdt_timer_drivers.carray new file mode 100644 index 00000000..c62ee733 --- /dev/null +++ b/lib/utils/timer/fdt_timer_drivers.carray @@ -0,0 +1,3 @@ +HEADER: sbi_utils/timer/fdt_timer.h +TYPE: struct fdt_timer +NAME: fdt_timer_drivers |
