--- qemu/roms/SLOF/board-qemu/slof/Makefile 2018/04/24 18:59:08 1.1 +++ qemu/roms/SLOF/board-qemu/slof/Makefile 2018/04/24 19:25:07 1.1.1.2 @@ -21,11 +21,15 @@ all: Makefile.dep OF.ffs paflof $(SLOFCM CPPFLAGS = -I$(LIBCMNDIR)/libbootmsg -I$(LIBCMNDIR)/libhvcall \ -I$(LIBCMNDIR)/libnvram -SLOF_LIBS = $(LIBCMNDIR)/libbootmsg.a $(LIBCMNDIR)/libhvcall.a \ +SLOF_LIBS = \ + $(LIBCMNDIR)/libbootmsg.a \ + $(LIBCMNDIR)/libelf.a \ + $(LIBCMNDIR)/libhvcall.a \ $(LIBCMNDIR)/libnvram.a BOARD_SLOF_IN = \ $(LIBCMNDIR)/libhvcall/hvcall.in \ $(LIBCMNDIR)/libbootmsg/bootmsg.in \ + $(LIBCMNDIR)/libelf/libelf.in \ $(LIBCMNDIR)/libnvram/libnvram.in \ $(LIBCMNDIR)/libbases/libbases.in BOARD_SLOF_CODE = $(BOARD_SLOF_IN:%.in=%.code)