From 36a91394b62c379b2420bc1877b7a1557b4f63df Mon Sep 17 00:00:00 2001 From: Claudio Carvalho Date: Wed, 28 Sep 2016 05:01:10 -0300 Subject: libstb/drivers: add romcode driver This adds a driver for the ROM verification code. The driver is compatible with 'ibm,secureboot-v1'. The presense of a verification code in the platform is indicated by the presence of the ibm,secureboot node in the device tree. The ibm,secureboot node is documented in 'doc/device-tree/ibm,secureboot.rst' Signed-off-by: Claudio Carvalho Signed-off-by: Stewart Smith --- libstb/Makefile.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libstb/Makefile.inc') diff --git a/libstb/Makefile.inc b/libstb/Makefile.inc index 8b057de..b4463cf 100644 --- a/libstb/Makefile.inc +++ b/libstb/Makefile.inc @@ -8,4 +8,6 @@ LIBSTB_SRCS = container.c rom.c tpm_chip.c LIBSTB_OBJS = $(LIBSTB_SRCS:%.c=%.o) LIBSTB = $(LIBSTB_DIR)/built-in.o -$(LIBSTB): $(LIBSTB_OBJS:%=$(LIBSTB_DIR)/%) +include $(SRC)/$(LIBSTB_DIR)/drivers/Makefile.inc + +$(LIBSTB): $(LIBSTB_OBJS:%=$(LIBSTB_DIR)/%) $(DRIVERS) -- cgit v1.1