From: Patrick Georgi Date: Fri, 1 Jul 2011 22:29:09 +0000 (+0200) Subject: Fixes to the libpayload build system X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=commitdiff_plain;h=c0458e63d080223c7ee31367b8259f41a8f03405 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 Reviewed-on: http://review.coreboot.org/79 Tested-by: build bot (Jenkins) Reviewed-by: Uwe Hermann --- diff --git a/payloads/libpayload/Makefile b/payloads/libpayload/Makefile index b976baa1d..667822d17 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 diff --git a/payloads/libpayload/arch/powerpc/Makefile.inc b/payloads/libpayload/arch/powerpc/Makefile.inc index bfbec27a7..44ce43109 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