Date: Mon, 9 Sep 2024 13:16:04 GMT From: Andrew Turner <andrew@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 33ba37525b1d - main - sys/conf: Check for FDT in FDT only files Message-ID: <202409091316.489DG4pk051441@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409091316.489DG4pk051441>