linux-qubasis
linux oasis port as a qubes template
git clone https://9o.is/git/linux-qubasis.git
0002-remove-config.h-in-acpi-static_tables.patch
(578B)
1 From 5746c856f5df1bd9eda8d987ca1aca30d9acd060 Mon Sep 17 00:00:00 2001
2 From: Jul <jul@qh.is>
3 Date: Wed, 26 Nov 2025 02:37:07 -0500
4 Subject: [PATCH 2/2] remove config.h in acpi static_tables
5
6 ---
7 tools/libacpi/static_tables.c | 1 -
8 1 file changed, 1 deletion(-)
9
10 diff --git a/tools/libacpi/static_tables.c b/tools/libacpi/static_tables.c
11 index 715f46fee0..93da20ccb8 100644
12 --- a/tools/libacpi/static_tables.c
13 +++ b/tools/libacpi/static_tables.c
14 @@ -5,7 +5,6 @@
15 */
16
17 #include "acpi2_0.h"
18 -#include "../config.h"
19
20 /*
21 * Firmware ACPI Control Structure (FACS).
22 --
23 2.51.0
24