Module Name: src Committed By: bouyer Date: Thu May 4 13:31:37 UTC 2023
Modified Files: src/sys/dtb/arm: Makefile Log Message: Also build dtb files for CONFIG_SOC_IMX6SX To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dtb/arm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dtb/arm/Makefile diff -u src/sys/dtb/arm/Makefile:1.5 src/sys/dtb/arm/Makefile:1.6 --- src/sys/dtb/arm/Makefile:1.5 Fri Nov 12 21:55:17 2021 +++ src/sys/dtb/arm/Makefile Thu May 4 13:31:36 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2021/11/12 21:55:17 jmcneill Exp $ +# $NetBSD: Makefile,v 1.6 2023/05/04 13:31:36 bouyer Exp $ DTSARCH= arm DTSGNUARCH= arm @@ -12,6 +12,7 @@ DTSMAKEVARS= CONFIG_SOC_AM33XX=y \ CONFIG_ARCH_BCM2835=y \ CONFIG_ARCH_EXYNOS5=y \ CONFIG_SOC_IMX6Q=y \ + CONFIG_SOC_IMX6SX=y \ CONFIG_SOC_IMX7D=y \ CONFIG_MACH_MESON8=y \ CONFIG_ARCH_OMAP3=y \