git: 33ba37525b1d - main - sys/conf: Check for FDT in FDT only files
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Sep 2024 13:16:04 UTC
The branch main has been updated by andrew:
URL: https://cgit.FreeBSD.org/src/commit/?id=33ba37525b1d3f6ef21e6aadc089e67e30e06264
commit 33ba37525b1d3f6ef21e6aadc089e67e30e06264
Author: Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2024-09-09 13:15:44 +0000
Commit: Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2024-09-09 13:15:44 +0000
sys/conf: Check for FDT in FDT only files
Fix the arm64 ACPI only build by adding FDT checks to files.arm64.
Sponsored by: Arm Ltd
---
sys/conf/files.arm64 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64
index fc7c770683fe..cd161a18500f 100644
--- a/sys/conf/files.arm64
+++ b/sys/conf/files.arm64
@@ -599,10 +599,10 @@ arm64/freescale/imx/clk/imx_clk_frac_pll.c optional fdt soc_freescale_imx8
# iMX drivers
arm/freescale/imx/imx_gpio.c optional gpio soc_freescale_imx8 fdt
-arm/freescale/imx/imx_i2c.c optional fsliic
+arm/freescale/imx/imx_i2c.c optional fdt fsliic
arm/freescale/imx/imx_machdep.c optional fdt soc_freescale_imx8
arm64/freescale/imx/imx7gpc.c optional fdt soc_freescale_imx8
-dev/ffec/if_ffec.c optional ffec
+dev/ffec/if_ffec.c optional fdt ffec
# Marvell
arm/mv/a37x0_gpio.c optional a37x0_gpio gpio fdt