diff options
author | Patrick Georgi <patrick@georgi-clan.de> | 2011-07-02 00:29:09 +0200 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2011-07-03 14:47:48 +0200 |
commit | c0458e63d080223c7ee31367b8259f41a8f03405 (patch) | |
tree | aed4fea28abc2cd79729ac0b9d76e867bfbbf1b0 /payloads/libpayload/Makefile | |
parent | ba48281faf75858481ed44181d68d5a8597834a4 (diff) |
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 <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/79
Tested-by: build bot (Jenkins)
Reviewed-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'payloads/libpayload/Makefile')
-rw-r--r-- | payloads/libpayload/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/libpayload/Makefile b/payloads/libpayload/Makefile index b976baa1d1..667822d179 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 <uwe@hermann-uwe.de> |