aboutsummaryrefslogtreecommitdiff
path: root/lib/utils/serial/objects.mk
diff options
context:
space:
mode:
authorAtish Patra <atish.patra@wdc.com>2019-06-18 14:54:05 -0700
committerAnup Patel <anup.patel@wdc.com>2019-06-19 09:49:05 +0530
commitb2d0caf86b633e4242bc320d03ba7d13ff99b7f1 (patch)
tree8683ddae38c15d1a201ea1db3a9bcbaf185a0d63 /lib/utils/serial/objects.mk
parent200ed7c1bdb4d39caf9d0126e3741e72982852b0 (diff)
downloadopensbi-b2d0caf86b633e4242bc320d03ba7d13ff99b7f1.zip
opensbi-b2d0caf86b633e4242bc320d03ba7d13ff99b7f1.tar.gz
opensbi-b2d0caf86b633e4242bc320d03ba7d13ff99b7f1.tar.bz2
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>
Diffstat (limited to 'lib/utils/serial/objects.mk')
-rw-r--r--lib/utils/serial/objects.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/utils/serial/objects.mk b/lib/utils/serial/objects.mk
index fba056b..d4f6755 100644
--- a/lib/utils/serial/objects.mk
+++ b/lib/utils/serial/objects.mk
@@ -7,5 +7,5 @@
# Anup Patel <anup.patel@wdc.com>
#
-libsbiutils-objs-$(PLATFORM_SERIAL_UART8250) += serial/uart8250.o
-libsbiutils-objs-$(PLATFORM_SERIAL_SIFIVE_UART) += serial/sifive-uart.o
+libsbiutils-objs-y += serial/uart8250.o
+libsbiutils-objs-y += serial/sifive-uart.o