summaryrefslogtreecommitdiff
path: root/lib/coreboot/coreboot.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coreboot/coreboot.mk')
-rw-r--r--lib/coreboot/coreboot.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/coreboot/coreboot.mk b/lib/coreboot/coreboot.mk
index 0cd103f2..bbaa3329 100644
--- a/lib/coreboot/coreboot.mk
+++ b/lib/coreboot/coreboot.mk
@@ -17,4 +17,8 @@ endif
BL31_SOURCES += $(addprefix lib/coreboot/, \
coreboot_table.c)
+BL31_SOURCES += drivers/coreboot/cbmem_console/${ARCH}/cbmem_console.S
+
+INCLUDES += -Iinclude/drivers/coreboot
+
endif # COREBOOT