summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
authorIdwer Vollering <vidwer@gmail.com>2020-12-24 15:33:20 +0100
committerIdwer Vollering <vidwer@gmail.com>2020-12-27 14:46:07 +0000
commitbdb37982d617a5275fe980eec6d86a4072f31340 (patch)
tree9d2adafd6e249a6063f1404c7e77c99fff7c5ab4 /Makefile.inc
parent7e3126dbc5735e2c8251a832df4488deb66de520 (diff)
downloadcoreboot-bdb37982d617a5275fe980eec6d86a4072f31340.tar.gz
coreboot-bdb37982d617a5275fe980eec6d86a4072f31340.tar.bz2
coreboot-bdb37982d617a5275fe980eec6d86a4072f31340.zip
src/superio: trim and move Makefile.inc, instead use wildcard matches
Signed-off-by: Idwer Vollering <vidwer@gmail.com> Change-Id: If77d59485451c77dcea752bc4fe0dfadba8fec45 Reviewed-on: https://review.coreboot.org/c/coreboot/+/48900 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 2b9d58dc5303..bacddf2023b9 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -77,10 +77,10 @@ PHONY+= clean-abuild coreboot check-style build-dirs build_complete
#######################################################################
# root source directories of coreboot
-subdirs-y := src/lib src/commonlib/ src/console src/device src/acpi
+subdirs-y := src/lib src/commonlib/ src/console src/device src/acpi src/superio/common
subdirs-y += src/ec/acpi $(wildcard src/ec/*/*) $(wildcard src/southbridge/*/*)
subdirs-y += $(wildcard src/soc/*/*) $(wildcard src/northbridge/*/*)
-subdirs-y += src/superio
+subdirs-y += $(wildcard src/superio/*) $(wildcard src/superio/*/*)
subdirs-y += $(wildcard src/drivers/*) $(wildcard src/drivers/*/*) $(wildcard src/drivers/*/*/*)
subdirs-y += src/cpu src/vendorcode
subdirs-y += util/cbfstool util/sconfig util/nvramtool util/pgtblgen util/amdfwtool