forked from Mirrors/opensbi
platform: Enable all drivers by default.
The drivers and libfdt are built as libsbiutils.a instead of libplatsbi.a. libsbiutils.a are not built per platform specific. Thus, enable all drivers by default. Signed-off-by: Atish Patra <atish.patra@wdc.com> Acked-by: Anup Patel <anup.patel@wdc.com>
This commit is contained in:
@@ -7,4 +7,4 @@
|
||||
# Anup Patel <anup.patel@wdc.com>
|
||||
#
|
||||
|
||||
libsbiutils-objs-$(PLATFORM_SYS_CLINT) += sys/clint.o
|
||||
libsbiutils-objs-y += sys/clint.o
|
||||
|
Reference in New Issue
Block a user