From 4ccea758e95130cfa66a2d4d420906660b3ead94 Mon Sep 17 00:00:00 2001 From: Karthikeyan Ramasubramanian Date: Thu, 19 Dec 2019 14:14:04 -0700 Subject: src: Remove blank acpi_tables source files Due to build rules, dummy acpi_tables source files were added in many mainboards. With commit 1e83e5c61a3aa98f58f7d8cbf8d1eb9532896cc3 ("src/arch/x86: Build mainboard acpi_tables source if present"), the build system will build mainboard acpi_tables only if present. Remove the dummy/empty/blank acpi_tables source files. BUG=None TEST=Build test with some google mainboards. Signed-off-by: Karthikeyan Ramasubramanian Change-Id: I0cef34368e2e5f5e3b946b22658ca10c7caad90a Reviewed-on: https://review.coreboot.org/c/coreboot/+/37854 Tested-by: build bot (Jenkins) Reviewed-by: Wim Vervoorn Reviewed-by: Patrick Rudolph Reviewed-by: Paul Menzel Reviewed-by: Frans Hendriks Reviewed-by: Furquan Shaikh Reviewed-by: HAOUAS Elyes --- src/mainboard/apple/macbookair4_2/acpi_tables.c | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 src/mainboard/apple/macbookair4_2/acpi_tables.c (limited to 'src/mainboard/apple') diff --git a/src/mainboard/apple/macbookair4_2/acpi_tables.c b/src/mainboard/apple/macbookair4_2/acpi_tables.c deleted file mode 100644 index 49a12e5240..0000000000 --- a/src/mainboard/apple/macbookair4_2/acpi_tables.c +++ /dev/null @@ -1,2 +0,0 @@ -/* No license required */ -/* dummy */ -- cgit v1.2.3