summaryrefslogtreecommitdiffstats
path: root/pbl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pbl/Makefile')
-rw-r--r--pbl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/pbl/Makefile b/pbl/Makefile
index c5a08c1354..f6e98e78be 100644
--- a/pbl/Makefile
+++ b/pbl/Makefile
@@ -1,7 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
#
# only unsed by the pbl
#
pbl-y += misc.o
pbl-y += string.o
pbl-y += decomp.o
+pbl-$(CONFIG_LIBFDT) += fdt.o
pbl-$(CONFIG_PBL_CONSOLE) += console.o