diff options
author | Zheng Bao <fishbaozi@gmail.com> | 2022-03-11 14:47:07 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-03-25 19:25:18 +0000 |
commit | 1ddf1b6422d6c3c39b82021c8bd4d16a2550f12d (patch) | |
tree | b5e052f6ddde62c203edfe0b75a810d03280f545 /util/inteltool/gpio_names/icelake.h | |
parent | 4ce453ce444c6458196b51f6e677def1613df621 (diff) |
$top/Makefile.inc: Move common folder before other sibling ones
Putting
src/soc/*/common before src/soc/*/*, and
src/superio/common before src/superio/*,(which is already moved but
with duplicated folder "common")
can make the variables in
common Makefile get the expected value before they are used in other
subdirs.
The later "*" also contains "common", which needs to be eliminated by
"filter-out".
Then we can put some common variables from all the subdir Makefile.inc
to the common Makefile.inc to reduce code redundancy.
Change-Id: I99597af22cac6d12aaef348789664cd7db02ba06
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62750
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'util/inteltool/gpio_names/icelake.h')
0 files changed, 0 insertions, 0 deletions