--- qemu/roms/SLOF/lib/libelf/Makefile 2018/04/24 18:59:08 1.1.1.1 +++ qemu/roms/SLOF/lib/libelf/Makefile 2018/04/24 19:24:34 1.1.1.2 @@ -1,5 +1,5 @@ # ***************************************************************************** -# * Copyright (c) 2004, 2008 IBM Corporation +# * Copyright (c) 2004, 2011 IBM Corporation # * All rights reserved. # * This program and the accompanying materials # * are made available under the terms of the BSD License @@ -21,7 +21,7 @@ TARGET = ../libelf.a all: $(TARGET) -SRCS = elf.c +SRCS = elf.c elf32.c elf64.c elf_claim.c OBJS = $(SRCS:%.c=%.o)