From bdb37982d617a5275fe980eec6d86a4072f31340 Mon Sep 17 00:00:00 2001 From: Idwer Vollering Date: Thu, 24 Dec 2020 15:33:20 +0100 Subject: src/superio: trim and move Makefile.inc, instead use wildcard matches Signed-off-by: Idwer Vollering Change-Id: If77d59485451c77dcea752bc4fe0dfadba8fec45 Reviewed-on: https://review.coreboot.org/c/coreboot/+/48900 Reviewed-by: Felix Held Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/superio/Makefile.inc | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/superio/Makefile.inc (limited to 'src/superio/Makefile.inc') diff --git a/src/superio/Makefile.inc b/src/superio/Makefile.inc deleted file mode 100644 index e874f3403e..0000000000 --- a/src/superio/Makefile.inc +++ /dev/null @@ -1,14 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0-only - -subdirs-y += aspeed -subdirs-y += fintek -subdirs-y += ite -subdirs-y += nsc -subdirs-y += nuvoton -subdirs-y += renesas -subdirs-y += serverengines -subdirs-y += smsc -subdirs-y += winbond - -ramstage-$(CONFIG_ARCH_RAMSTAGE_X86_32) += common/conf_mode.c -ramstage-$(CONFIG_ARCH_RAMSTAGE_X86_64) += common/conf_mode.c -- cgit v1.2.3