diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-04-25 21:52:56 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-04-27 09:09:45 +0000 |
commit | 24b1305dac26eed20f893b797bf17b9a7e4bcd50 (patch) | |
tree | c506b1b379c6d34ce68511ba56615287a7b0eae8 /payloads/coreinfo | |
parent | 01afd534f4e9c15f3b597956e3776d0065e0b426 (diff) |
payloads/coreinfo/README: Remove trailing whitespace
Change-Id: I467376bab942eac1b6f1f8544bdd96202335b75d
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/25833
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'payloads/coreinfo')
-rw-r--r-- | payloads/coreinfo/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/payloads/coreinfo/README b/payloads/coreinfo/README index f41c9688f6..e45d095c52 100644 --- a/payloads/coreinfo/README +++ b/payloads/coreinfo/README @@ -11,8 +11,8 @@ a package called gcc-multilib if you are on a 64bit system. Build ----- -You need libpayload to build coreinfo. So, first, you need follow the README of -libpayload to build it but install libpayload into its own directory by doing +You need libpayload to build coreinfo. So, first, you need follow the README of +libpayload to build it but install libpayload into its own directory by doing this: $ make DESTDIR=/path/to/libpayload/install install |