Fixes to the libpayload build system
authorPatrick Georgi <patrick@georgi-clan.de>
Fri, 1 Jul 2011 22:29:09 +0000 (00:29 +0200)
committerPatrick Georgi <patrick@georgi-clan.de>
Sun, 3 Jul 2011 12:47:48 +0000 (14:47 +0200)
- its Makefile is part of the libpayload project
- fix conversion bug in powerpc's Makefile.inc

Change-Id: I84f2da092c3733ea7d0f232cb3768078cf13dfd5
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/79
Tested-by: build bot (Jenkins)
Reviewed-by: Uwe Hermann <uwe@hermann-uwe.de>
payloads/libpayload/Makefile
payloads/libpayload/arch/powerpc/Makefile.inc

index b976baa1d1e7d08b5dced15ac37f25a19a417735..667822d17951bbcbf68645a8f19dec2b820b119a 100644 (file)
@@ -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 <uwe@hermann-uwe.de>
index bfbec27a7e148937539c7e545c4321fa1c46e803..44ce43109274213572d35204922b9097e6aaba82 100644 (file)
@@ -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