diff options
| author | Anup Patel <[email protected]> | 2023-07-21 18:20:27 +0530 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2023-07-31 14:09:24 +0530 |
| commit | c2e602707dc0f915e96b8726d63d569cbb6724b4 (patch) | |
| tree | fb0e0bdb53eb9af5e09cad136be8ffd55ebdec71 /lib/utils/sys/objects.mk | |
| parent | 4a344a9b4cc89f64ab5326f428696e15bc2fcdba (diff) | |
lib: utils/reset: Remove SiFive Test reset driver
The functionality of SiFive Test reset driver is easily available
through Syscon reset driver so let us remove the SiFive Test driver.
Signed-off-by: Anup Patel <[email protected]>
Diffstat (limited to 'lib/utils/sys/objects.mk')
| -rw-r--r-- | lib/utils/sys/objects.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/utils/sys/objects.mk b/lib/utils/sys/objects.mk index 03d6740b..409d7e8c 100644 --- a/lib/utils/sys/objects.mk +++ b/lib/utils/sys/objects.mk @@ -8,5 +8,4 @@ # libsbiutils-objs-$(CONFIG_SYS_HTIF) += sys/htif.o -libsbiutils-objs-$(CONFIG_SYS_SIFIVE_TEST) += sys/sifive_test.o libsbiutils-objs-$(CONFIG_SYS_ATCSMU) += sys/atcsmu.o |
