Skip to content

Commit

Permalink
sys/conf: Check for FDT in FDT only files
Browse files Browse the repository at this point in the history
Fix the arm64 ACPI only build by adding FDT checks to files.arm64.

Sponsored by:	Arm Ltd
  • Loading branch information
zxombie committed Sep 9, 2024
1 parent ecde7bb commit 33ba375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/conf/files.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33ba375

Please sign in to comment.