diff options
author | Nico Huber <nico.h@gmx.de> | 2018-07-02 18:19:40 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-07-04 08:57:40 +0000 |
commit | afc74cab6ec05ed515252e0b5da94598c3c80867 (patch) | |
tree | 734c266c237f008a20c5891b0bdb1af49d18a5ca /src/mainboard/google/zoombini | |
parent | 7d48ac5c7dfb52fc470bbad1013b4d460bc6a1e0 (diff) | |
download | coreboot-afc74cab6ec05ed515252e0b5da94598c3c80867.tar.xz |
Makefile.inc: Rewrite $(files-in-dir)
The `files-in-dir` macro is supposed to return all files (out of a
given set) that reside directly (non-recursive) in a given directory.
While the current solution worked splendidly, we can achieve the same
without recursive macros that look at each parent dir individually.
Beside providing better readability, this also fixes a future make
error, as make doesn't like the variable name ` ` anymore ;)
Change-Id: Iac0eacdf91b8b5098592ad301c1f3fdb632454e9
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/27324
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/zoombini')
0 files changed, 0 insertions, 0 deletions