Patrick Georgi ([email protected]) just uploaded a new patch set to 
gerrit, which you can find at http://review.coreboot.org/79

-gerrit

commit 434555659991021344fcebd7fcef910c3ae78ae5
Author: Patrick Georgi <[email protected]>
Date:   Sat Jul 2 00:29:09 2011 +0200

    Fixes to the libpayload build system
    
    - its Makefile is part of the libpayload project
    - fix conversion bug in powerpc's Makefile.inc
    
    Change-Id: I84f2da092c3733ea7d0f232cb3768078cf13dfd5
    Signed-off-by: Patrick Georgi <[email protected]>
---
 payloads/libpayload/Makefile                  |    2 +-
 payloads/libpayload/arch/powerpc/Makefile.inc |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/payloads/libpayload/Makefile b/payloads/libpayload/Makefile
index b976baa..667822d 100644
--- a/payloads/libpayload/Makefile
+++ b/payloads/libpayload/Makefile
@@ -1,5 +1,5 @@
 ##
-## This file is part of the coreboot project.
+## This file is part of the libpayload project.
 ##
 ## Copyright (C) 2008 Advanced Micro Devices, Inc.
 ## Copyright (C) 2008 Uwe Hermann <[email protected]>
diff --git a/payloads/libpayload/arch/powerpc/Makefile.inc 
b/payloads/libpayload/arch/powerpc/Makefile.inc
index bfbec27..44ce431 100644
--- a/payloads/libpayload/arch/powerpc/Makefile.inc
+++ b/payloads/libpayload/arch/powerpc/Makefile.inc
@@ -29,6 +29,6 @@
 
 head.o-y := head.S
 libc-y += main.c sysinfo.c
-libc-y += timer.c coreboot.c util.S.c
+libc-y += timer.c coreboot.c util.S
 libc-y += exec.S virtual.c
 

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to